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是由Max Adams开发的Chrome扩展程序,该扩展的主要功能是“This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.”。

扩展截图

screenshot

下载Disable Blinking Tab Notifications扩展crx文件

下载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\/*"
            ]
        }
    ]
}