Mute Notifications
Disable all desktop notifications with one click.
Was ist Mute Notifications?
Mute Notifications ist eine Chrome-Erweiterung, die von Ondřej Cífka entwickelt wurde, und ihr Hauptmerkmal ist "Disable all desktop notifications with one click.".
Erweiterungsscreenshots
Mute Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mute Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mute Notifications |
ID | bmjdeaihnngnnnaldgakphcaanioohgn |
Offizielle URL | https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn |
Beschreibung | Disable all desktop notifications with one click. |
Dateigröße | 17.44 KB |
Installationsanzahl | 5,077 |
Aktuelle Version | 0.3 |
Letztes Update | 2019-12-20 |
Veröffentlichungsdatum | 2019-12-20 |
Bewertung | 4.47/5 Insgesamt 19 Bewertungen |
Entwickler | Ondřej Cífka |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/cifkao/chrome-mute-notifications |
Hilfeseite URL | https://github.com/cifkao/chrome-mute-notifications |
Unterstützte Sprachen | 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" ] } } |