diff --git a/manifest.json b/manifest.json index f167c7a..378c1cf 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "version": "1.0.0", "content_scripts": [ { - "matches": ["https://*/*", "http://*/*", "file:///*/*"], + "matches": ["https://*/*"], "run_at": "document_start", "js": ["src/scripts/content.js"] }