No Alarm
This extension blocks noisy alarms and notifications from sites.
Cos'è No Alarm?
No Alarm è un'estensione di Chrome sviluppata da gornal, e la sua funzione principale è "This extension blocks noisy alarms and notifications from sites.".
Scarica il file CRX dell'estensione No Alarm
Scarica i file di estensione No Alarm 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | pimcncgghbhlkecnnikllndpojmeahnd |
URL Ufficiale | https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd |
Descrizione | This extension blocks noisy alarms and notifications from sites. |
Dimensione del File | 9.17 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2018-01-05 |
Data di Pubblicazione | 2018-01-05 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | gornal |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |