From 30b7a03101af1b9e7c11b5a6f66b16a0454168ef Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 29 Jan 2015 18:56:24 +0100 Subject: [PATCH] Add match_about_blank to fix #3 --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index ade01ecf..fc32e4f1 100644 --- a/manifest.json +++ b/manifest.json @@ -20,6 +20,7 @@ "content_scripts": [ { "matches": ["http://*/*", "https://*/*"], + "match_about_blank": true, "run_at": "document_start", "all_frames": true, "js": ["apply.js"]