Mute Notifications
Disable all desktop notifications with one click.
Wat is Mute Notifications?
Mute Notifications is een Chrome-extensie ontwikkeld door Ondřej Cífka, en de belangrijkste functie is "Disable all desktop notifications with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mute Notifications
Download Mute Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Mute Notifications |
ID | bmjdeaihnngnnnaldgakphcaanioohgn |
Officiële URL | https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn |
Beschrijving | Disable all desktop notifications with one click. |
Bestandsgrootte | 17.44 KB |
Aantal Installaties | 5,077 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-12-20 |
Publicatiedatum | 2019-12-20 |
Beoordeling | 4.47/5 Totaal 19 Beoordelingen |
Ontwikkelaar | Ondřej Cífka |
Betalingswijze | free |
Extensiewebsite | https://github.com/cifkao/chrome-mute-notifications |
Help Pagina-URL | https://github.com/cifkao/chrome-mute-notifications |
Ondersteunde Talen | 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" ] } } |