Match on about:blank pages and iframes (Fix #448) (#453)

* Match on about:blank pages and iframes (Fix #448)
This commit is contained in:
jacobcolbert
2019-04-18 22:38:02 -04:00
committed by Ilya Grigorik
parent da52cde172
commit 40be1c528d

View File

@@ -23,6 +23,7 @@
"content_scripts": [{ "content_scripts": [{
"all_frames": true, "all_frames": true,
"matches": [ "http://*/*", "https://*/*", "file:///*" ], "matches": [ "http://*/*", "https://*/*", "file:///*" ],
"match_about_blank": true,
"exclude_matches": [ "exclude_matches": [
"https://plus.google.com/hangouts/*", "https://plus.google.com/hangouts/*",
"https://hangouts.google.com/*", "https://hangouts.google.com/*",