Fix for pages that use iframes
This commit is contained in:
parent
3048597dba
commit
a0b47ff81f
@ -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/*"]
|
||||
|
Loading…
Reference in New Issue
Block a user