Tab Muter
Mute Your Tabs
Cos'è Tab Muter?
Tab Muter è un'estensione di Chrome sviluppata da Matt Ditmars, e la sua funzione principale è "Mute Your Tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Muter
Scarica i file di estensione Tab Muter 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
Instantly mute and unmute all tabs that are playing audio in Chrome at the click of a button.
Informazioni di Base sull'Estensione
Nome | Tab Muter |
ID | ibeliijpajohhafjcjhfooimepofgdno |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-muter/ibeliijpajohhafjcjhfooimepofgdno |
Descrizione | Mute Your Tabs |
Dimensione del File | 8.86 KB |
Conteggio Installazioni | 674 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-07-03 |
Data di Pubblicazione | 2019-07-03 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Matt Ditmars |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Muter", "version": "1.0.1", "description": "Mute Your Tabs", "default_locale": "en_US", "icons": { "16": "speaker-16.png", "48": "no-audio-48.png", "128": "no-audio-128.png" }, "browser_action": { "default_title": "Click to mute tabs" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |