Mute Tab
Mute one tab or chrome, locking them too.
Cos'è Mute Tab?
Mute Tab è un'estensione di Chrome sviluppata da http://zimoapps.com, e la sua funzione principale è "Mute one tab or chrome, locking them too.".
Scarica il file CRX dell'estensione Mute Tab
Scarica i file di estensione Mute Tab 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
A mute extension which based on new chrome mute API. And, it works form chrome 45. Easy to mute one tab or chrome, and make chrome mute always.
Informazioni di Base sull'Estensione
Nome | |
ID | abnlpafjdnjpopbjhnahfdcgecnkmmkj |
URL Ufficiale | https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj |
Descrizione | Mute one tab or chrome, locking them too. |
Dimensione del File | 21.54 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 2.0.0.116 |
Ultimo Aggiornamento | 2016-03-07 |
Data di Pubblicazione | 2016-03-07 |
Valutazione | 3.59/5 Totale 34 Valutazioni |
Sviluppatore | http://zimoapps.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://privacy.zimoapps.com |
Lingue Supportate | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "45", "name": "__MSG_ext_name__", "version": "2.0.0.116", "description": "__MSG_ext_des__", "default_locale": "en", "icons": { "16": "img\/mute.png", "48": "img\/mute.png", "128": "img\/mute.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/mute.png", "38": "img\/mute.png" }, "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "storage" ] } |