No Alarm

This extension blocks noisy alarms and notifications from sites.

Vad är No Alarm?

No Alarm är en Chrome-tillägg utvecklad av gornal, och dess huvudfunktion är "This extension blocks noisy alarms and notifications from sites.".

Ladda ner No Alarm-förlängningens CRX-fil

Ladda ner No Alarm-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn No Alarm No Alarm
ID pimcncgghbhlkecnnikllndpojmeahnd
Officiell webbadress https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd
Beskrivning This extension blocks noisy alarms and notifications from sites.
Filstorlek 9.17 KB
Antal Installationer 36
Aktuell Version 0.1.2
Senast Uppdaterad 2018-01-05
Publiceringsdatum 2018-01-05
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare gornal
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}