Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Cos'è Permanent Mute?
Permanent Mute è un'estensione di Chrome sviluppata da https://codewrangler.io, e la sua funzione principale è "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Permanent Mute
Scarica i file di estensione Permanent Mute 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 persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.
Informazioni di Base sull'Estensione
Nome | Permanent Mute |
ID | pnkhoaefngnbehoiioikafibdkfaolec |
URL Ufficiale | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
Descrizione | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
Dimensione del File | 18.7 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-02-01 |
Data di Pubblicazione | 2018-02-01 |
Sviluppatore | https://codewrangler.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://codewrangler.io |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Permanent Mute", "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.", "version": "1.0.0", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/scripts.min.js" ] }, "browser_action": { "default_icon": "assets\/icon48-off.png", "default_title": "This site is not permanently muted." }, "icons": { "128": "assets\/icon128.png", "48": "assets\/icon48.png" }, "manifest_version": 2 } |