Skip to content

Chrome extension help

Sven Parker edited this page Jul 25, 2020 · 1 revision

https://www.reddit.com/r/javascript/comments/ht9glo/say_play_play_pause_forward_and_rewind_any_video/ I updated my app to request the following permissions:

Tabs

Storage

The app was approved. Chrome extensions can't get mic-access. A trick: The extension sends a request to the content-script to trigger the mic-access browser prompt. So it's the website itself asking for mic-access, and not the extension.

The downside to the trick is that mic-access must be requested for every website domain. E.g., if you enable it on youtube.com, it will work throughout youtube.com, but not on other domains such as vimeo.com.

Clone this wiki locally