Mute Tab Helper
This extension helps manage tab audio state
Cos'è Mute Tab Helper?
Mute Tab Helper è un'estensione di Chrome sviluppata da Jean-Lou Dupont (systemical), e la sua funzione principale è "This extension helps manage tab audio state".
Scarica il file CRX dell'estensione Mute Tab Helper
Scarica i file di estensione Mute Tab Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Mute Tab Helper |
ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
URL Ufficiale | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
Descrizione | This extension helps manage tab audio state |
Dimensione del File | 19.22 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-09-02 |
Data di Pubblicazione | 2016-09-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Jean-Lou Dupont (systemical) |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |