diff --git a/manifest.json b/manifest.json index 7c64ae9..e60b269 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,8 @@ "matches": ["https://*/*"], "js": ["content_script.js"], "css": [], - "run_at": "document_start" + "run_at": "document_start", + "all_frames": true } ], "web_accessible_resources": ["content_key_decryption.js", "eme_interception.js", "lib/*", "protobuf-generated/*"]