1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-14 00:49:52 +02:00

Inject content script also in about:blank

This commit is contained in:
kkapsner 2017-11-29 08:45:08 +01:00
parent 64ded9a342
commit 78a0ccc243

View File

@ -19,6 +19,7 @@
}, },
"content_scripts": [{ "content_scripts": [{
"matches": ["<all_urls>"], "matches": ["<all_urls>"],
"match_about_blank": true,
"all_frames": true, "all_frames": true,
"run_at": "document_start", "run_at": "document_start",
"js": [ "js": [