This extension allows websites to pause, mute, resume and detect audible media cross-origin.
This is a trade-off for functionality but it needs to be reviewed what's possible from an evil content script to ensure there's always a valid justification. For example the tabFocus, ignoreTab message allowing document pip support should not exist and is likely going to be abuseable.
Permission requests promotes <all_urls> usage hopefully Ask for permission to run on audible tabs might work as a replacement when the API is ready (not crashing).
This extension allows websites to pause, mute, resume and detect audible media cross-origin.
This is a trade-off for functionality but it needs to be reviewed what's possible from an evil content script to ensure there's always a valid justification. For example the
tabFocus,ignoreTabmessage allowing document pip support should not exist and is likely going to be abuseable.Permission requests promotes
<all_urls>usage hopefullyAsk for permission to run on audible tabsmight work as a replacement when the API is ready (not crashing).