Mute Notifications
Disable all desktop notifications with one click.
Cos'è Mute Notifications?
Mute Notifications è un'estensione di Chrome sviluppata da Ondřej Cífka, e la sua funzione principale è "Disable all desktop notifications with one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mute Notifications
Scarica i file di estensione Mute Notifications 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
This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.
Informazioni di Base sull'Estensione
Nome | Mute Notifications |
ID | bmjdeaihnngnnnaldgakphcaanioohgn |
URL Ufficiale | https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn |
Descrizione | Disable all desktop notifications with one click. |
Dimensione del File | 17.44 KB |
Conteggio Installazioni | 5,077 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-12-20 |
Data di Pubblicazione | 2019-12-20 |
Valutazione | 4.47/5 Totale 19 Valutazioni |
Sviluppatore | Ondřej Cífka |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/cifkao/chrome-mute-notifications |
URL della Pagina di Aiuto | https://github.com/cifkao/chrome-mute-notifications |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Notifications", "description": "Disable all desktop notifications with one click.", "version": "0.3", "icons": { "128": "logo-128.png", "48": "logo-48.png" }, "permissions": [ "contentSettings", "storage" ], "browser_action": { "default_icon": { "19": "icon-on-19.png", "38": "icon-on-38.png" } }, "background": { "scripts": [ "background.js" ] } } |