AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Cos'è AutoMute Incognito?
AutoMute Incognito è un'estensione di Chrome sviluppata da cilenco, e la sua funzione principale è "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Scarica il file CRX dell'estensione AutoMute Incognito
Scarica i file di estensione AutoMute Incognito 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
Informazioni di Base sull'Estensione
Nome | AutoMute Incognito |
ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
URL Ufficiale | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
Descrizione | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
Dimensione del File | 13.94 KB |
Conteggio Installazioni | 501 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-11-04 |
Data di Pubblicazione | 2016-11-04 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | cilenco |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoMute Incognito", "description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon.png" }, "icons": { "48": "res\/icon.png", "128": "res\/store_icon.png" }, "commands": { "toglePageMute": { "description": "Toggle sound of current Tab", "suggested_key": { "default": "Ctrl+M", "windows": "Ctrl+M", "mac": "Command+M", "chromeos": "Ctrl+M", "linux": "Ctrl+M" } } } } |