Disable Blinking Tab Notifications

This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.

Что такое Disable Blinking Tab Notifications?

Disable Blinking Tab Notifications - это расширение Chrome, разработанное Max Adams, и его основная функция - "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Disable Blinking Tab Notifications

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

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

                        This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.                    

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

Название Disable Blinking Tab Notifications Disable Blinking Tab Notifications
ID cbifalpnbkfcdiahogledkhdcgknamfp
Официальный URL https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp
Описание This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Размер файла 34.89 KB
Количество установок 36
Текущая Версия 0.0.0.1
Последнее Обновление 2020-02-11
Дата публикации 2020-02-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Max Adams
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.privacypolicies.com/generic
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disable Blinking Tab Notifications",
    "description": "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.",
    "version": "0.0.0.1",
    "permissions": [
        "https:\/\/*.telegram.org\/*"
    ],
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.telegram.org\/*"
            ]
        }
    ]
}