load content script all_frames and click link
This commit is contained in:
parent
bebf8e2327
commit
fc90f78e26
2 changed files with 21 additions and 24 deletions
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"matches": [ "http://*/*", "https://*/*" ],
|
||||
"js": [ "build/content.js" ]
|
||||
}
|
||||
|
|
Reference in a new issue