No Alarm

This extension blocks noisy alarms and notifications from sites.

Qu'est-ce que No Alarm ?

No Alarm est une extension Chrome développée par gornal, et sa fonction principale est "This extension blocks noisy alarms and notifications from sites.".

Télécharger le fichier CRX de l'extension No Alarm

Téléchargez les fichiers d'extension No Alarm au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom No Alarm No Alarm
ID pimcncgghbhlkecnnikllndpojmeahnd
URL Officiel https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd
Description This extension blocks noisy alarms and notifications from sites.
Taille du Fichier 9.17 KB
Nombre d'Installations 36
Version Actuelle 0.1.2
Dernière Mise à Jour 2018-01-05
Date de Publication 2018-01-05
Évaluation 5.00/5 Total 4 Évaluations
Développeur gornal
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}