No Alarm

This extension blocks noisy alarms and notifications from sites.

Hvad er No Alarm?

No Alarm er en Chrome-udvidelse udviklet af gornal, og dens hovedfunktion er "This extension blocks noisy alarms and notifications from sites.".

Download No Alarm-udvidelses-CRX-fil

Download No Alarm-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn No Alarm No Alarm
ID pimcncgghbhlkecnnikllndpojmeahnd
Officiel URL https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd
Beskrivelse This extension blocks noisy alarms and notifications from sites.
Filstørrelse 9.17 KB
Antal Installationer 36
Nuværende Version 0.1.2
Senest Opdateret 2018-01-05
Udgivelsesdato 2018-01-05
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler gornal
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}