No Alarm

This extension blocks noisy alarms and notifications from sites.

Что такое No Alarm?

No Alarm - это расширение Chrome, разработанное gornal, и его основная функция - "This extension blocks noisy alarms and notifications from sites.".

Скачать файл CRX расширения No Alarm

Скачайте файлы расширений No Alarm в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название No Alarm No Alarm
ID pimcncgghbhlkecnnikllndpojmeahnd
Официальный URL https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd
Описание This extension blocks noisy alarms and notifications from sites.
Размер файла 9.17 KB
Количество установок 36
Текущая Версия 0.1.2
Последнее Обновление 2018-01-05
Дата публикации 2018-01-05
Рейтинг 5.00/5 Всего 4 оценок
Разработчик gornal
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}