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": [ "" ], + "js": [ "build/content.js" ], + "run_at": "document_end" } ], "background": {