run at document end and run in all urls
This commit is contained in:
parent
b793731bfb
commit
1a873ce9c3
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"matches": [ "http://*/*", "https://*/*" ],
|
"matches": [ "<all_urls>" ],
|
||||||
"js": [ "build/content.js" ]
|
"js": [ "build/content.js" ],
|
||||||
|
"run_at": "document_end"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
|
|
Reference in a new issue