Is there an existing issue for this?
This feature does not exist in the latest nightly version
Feature Description
In the manifest, replace "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*.twitch.tv/*" ] } ],
with, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*.twitch.tv/*" ], "all_frames":true } ],
I believe that this will allow embedded chats within an iframe to work, solving a bug that has been affecting some users!
Is there an existing issue for this?
This feature does not exist in the latest nightly version
Feature Description
In the manifest, replace
"content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*.twitch.tv/*" ] } ],with,
"content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*.twitch.tv/*" ], "all_frames":true } ],I believe that this will allow embedded chats within an iframe to work, solving a bug that has been affecting some users!