Merge pull request #26 from silverwind/iframe
Add match_about_blank to fix #3
This commit is contained in:
commit
4c53a199a0
|
@ -20,6 +20,7 @@
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
|
"match_about_blank": true,
|
||||||
"run_at": "document_start",
|
"run_at": "document_start",
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"js": ["apply.js"]
|
"js": ["apply.js"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user