From a0b47ff81fedc51ef0652d1dacd96ed318ce7e63 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 27 Oct 2020 23:09:21 +0100 Subject: [PATCH] Fix for pages that use iframes --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/*"]