diff --git a/manifest.json b/manifest.json index 3d5b404..16fe82c 100644 --- a/manifest.json +++ b/manifest.json @@ -25,11 +25,13 @@ "content_scripts": [ { "matches": [""], + "all_frames": true, "js": ["inject.js"], "run_at": "document_start" }, { "matches": [""], + "all_frames": true, "js": ["detector.js"], "run_at": "document_idle" }