run at document end and run in all urls

jh-changes
Shin'ya Ueoka 7 years ago
parent b793731bfb
commit 1a873ce9c3
  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": {