Merge pull request #104 from ueokande/83-run-on-document-loaded
run at document end and run in all urls
This commit is contained in:
commit
8314bcba62
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@
|
|||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"matches": [ "http://*/*", "https://*/*" ],
|
||||
"js": [ "build/content.js" ]
|
||||
"matches": [ "<all_urls>" ],
|
||||
"js": [ "build/content.js" ],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
"background": {
|
||||
|
|
Reference in a new issue