Mute Tab Helper
This extension helps manage tab audio state
Vad är Mute Tab Helper?
Mute Tab Helper är en Chrome-tillägg utvecklad av Jean-Lou Dupont (systemical), och dess huvudfunktion är "This extension helps manage tab audio state".
Ladda ner Mute Tab Helper-förlängningens CRX-fil
Ladda ner Mute Tab Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Are you tired of annoying pages that load and start playing audio right away ?
By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute).
The user has now the following choices:
* The user can mute/unmute the domain visited in the browser tab through the extension's browser action button
* The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension Grundläggande Information om Tillägg
| Namn | |
| ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| Officiell webbadress | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| Beskrivning | This extension helps manage tab audio state |
| Filstorlek | 19.22 KB |
| Antal Installationer | 73 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2016-09-02 |
| Publiceringsdatum | 2016-09-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Jean-Lou Dupont (systemical) |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mute Tab Helper",
"description": "This extension helps manage tab audio state",
"version": "0.0.1",
"icons": {
"128": "perma-unmute-128.png"
},
"browser_action": {
"default_title": "Mute Helper",
"default_icon": {
"38": "perma-unmute-38.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |