No Alarm

This extension blocks noisy alarms and notifications from sites.

Co to jest No Alarm?

No Alarm to rozszerzenie Chrome opracowane przez gornal, a jego główną funkcją jest „This extension blocks noisy alarms and notifications from sites.”.

Pobierz plik CRX rozszerzenia No Alarm

Pobierz pliki rozszerzeń No Alarm w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa No Alarm No Alarm
ID pimcncgghbhlkecnnikllndpojmeahnd
Oficjalny URL https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd
Opis This extension blocks noisy alarms and notifications from sites.
Rozmiar pliku 9.17 KB
Liczba instalacji 36
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2018-01-05
Data Publikacji 2018-01-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper gornal
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}