Allows to manage the mute state of a group (or all) tabs to only keep the currently focused one of the group unmuted and mute the others. Quick-Change via Toolbar Button and permanent ex/inclusion via preferences
Usage: Simple (Automatic Mode)
- All Tabs are managed, click the toolbar icon, to toggle the manage or unmanaged state each tab.
- The List on the preference page allows to make default exclusions (set unmanaged sites/urls via regex) (Sites which you want to hear audio from when they are not focused)
Usage: Advanced (Manual Mode)
- Needs to be enabled on the preference page
- All Tabs are now unmanaged
- click the toolbar icon, to toggle the manage or unmanaged state each tab.
- The list on the preference page now allows to make default inclusions (set managed sites/urls via regex) (Sites which you dont want to hear audio from when they are not focused)
Sidenote:
If the mute icon on the tabs is annoying to you, you can hide it via userChrome.css.
.tab-secondary-label[muted] { display: none !important; }
PS: Dont forget to enable the about:config switch that enables it.
Notes:
- Permissions:
- tabs, to query tab data and set mute states
- storage, to save the user settings (mode+regex list)
If you think this could be improved please let me know by opening an issue (see. below) and i will try to look into it. More Details on the individual permission can be found here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions
- Cost/Payment:
This Add-on is and forever will be subscription and payment free to use for everyone however they like.
If you are feeling generous you can send me a tip via my bitcoin address 35WK2GqZHPutywCdbHKa9BQ52GND3Pd6h4
- Stars/Reviews:
If this this add-on was useful for you, please leave some stars or a review so others can find it more easily.
- Bugs, Suggestions and Requests:
If you have any (e.g. a site it does not work but you think it should) or have improvement suggestions or feature request please open an issue here: https://github.com/igorlogius/mute-unfocused-tabs/issues
- License: BSD 2-Clause "Simplified" License
- Weekly downloads: 9
- Average daily users: 52
- Rating: 4.3333/5 of 6 ratings
- Created: 2020-10-04 14:23:51
- Last updated: 2023-07-31 14:40:37
- Homepage: https://github.com/igorlogius/mute-unfocused-tabs
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/mute-unfocused-tabs/
- API: {6d23aa83-a3f8-4c84-b146-486a92a09f5e}