Merge pull request #104 from ueokande/83-run-on-document-loaded

run at document end and run in all urls
jh-changes
Shin'ya Ueoka 7 years ago committed by GitHub
commit 8314bcba62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      manifest.json

@ -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": {