Fix for pages that use iframes

This commit is contained in:
nyuszika7h 2020-10-27 23:09:21 +01:00
parent 3048597dba
commit a0b47ff81f
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
"matches": ["https://*/*"], "matches": ["https://*/*"],
"js": ["content_script.js"], "js": ["content_script.js"],
"css": [], "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/*"] "web_accessible_resources": ["content_key_decryption.js", "eme_interception.js", "lib/*", "protobuf-generated/*"]