No Alarm
This extension blocks noisy alarms and notifications from sites.
Was ist No Alarm?
No Alarm ist eine Chrome-Erweiterung, die von gornal entwickelt wurde, und ihr Hauptmerkmal ist "This extension blocks noisy alarms and notifications from sites.".
No Alarm-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Alarm-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
No Alarm prevents sites from changing titles in background tabs. Facebook, Google Mail and others use this method for notification purposes, but in fact it's unwanted distraction. With No Alarm extension you don't get such interruption and become more productive. (c) Alexander Gornyi, 2018 mailto:[email protected] Icon made by Freepik from www.flaticon.com
Grundlegende Informationen zur Erweiterung
Name | |
ID | pimcncgghbhlkecnnikllndpojmeahnd |
Offizielle URL | https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd |
Beschreibung | This extension blocks noisy alarms and notifications from sites. |
Dateigröße | 9.17 KB |
Installationsanzahl | 36 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2018-01-05 |
Veröffentlichungsdatum | 2018-01-05 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | gornal |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Alarm", "description": "This extension blocks noisy alarms and notifications from sites.", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*" ], "js": [ "silence.js" ] } ], "icons": { "16": "sound-off-16.png", "48": "sound-off-48.png", "128": "sound-off-128.png" } } |