No Alarm
This extension blocks noisy alarms and notifications from sites.
Wat is No Alarm?
No Alarm is een Chrome-extensie ontwikkeld door gornal, en de belangrijkste functie is "This extension blocks noisy alarms and notifications from sites.".
Download het CRX-bestand van de extensie No Alarm
Download No Alarm-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
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
Basisinformatie over de Extensie
Naam | |
ID | pimcncgghbhlkecnnikllndpojmeahnd |
Officiële URL | https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd |
Beschrijving | This extension blocks noisy alarms and notifications from sites. |
Bestandsgrootte | 9.17 KB |
Aantal Installaties | 36 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2018-01-05 |
Publicatiedatum | 2018-01-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | gornal |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |