diff options
-rw-r--r-- | manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 79b9cbc..268dae8 100644 --- a/manifest.json +++ b/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": { |