Mute By Default
Mute tabs by default
Cos'è Mute By Default?
Mute By Default è un'estensione di Chrome sviluppata da david.keatts, e la sua funzione principale è "Mute tabs by default".
Scarica il file CRX dell'estensione Mute By Default
Scarica i file di estensione Mute By Default 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
Mute tabs by default. Whitelist websites you wish to keep unmuted by clicking the icon, or entering URLs in options.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | aikaipdjcmejaeeoflcaebioabbkldaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/mute-by-default/aikaipdjcmejaeeoflcaebioabbkldaa |
Descrizione | Mute tabs by default |
Dimensione del File | 5.87 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-07-02 |
Data di Pubblicazione | 2016-07-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | david.keatts |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/keattz/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute By Default", "description": "Mute tabs by default", "version": "0.1", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "16": "icon.png" }, "default_title": "Click to mute or unmute this website", "default_popup": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "options_page": "options.html", "manifest_version": 2 } |