Disable Blinking Tab Notifications

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

What is Disable Blinking Tab Notifications?

Disable Blinking Tab Notifications is a Chrome extension developed by Max Adams, and its main feature is "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".

Extension Screenshots

screenshot

Download Disable Blinking Tab Notifications Extension CRX File

Download Disable Blinking Tab Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Disable Blinking Tab Notifications Disable Blinking Tab Notifications
ID cbifalpnbkfcdiahogledkhdcgknamfp
Official URL https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp
Description This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
File Size 34.89 KB
Installation Count 36
Current Version 0.0.0.1
Last Updated 2020-02-11
Publish Date 2020-02-11
Rating 5.00/5 Total 1 Ratings
Developer Max Adams
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.privacypolicies.com/generic
Supported Languages 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\/*"
            ]
        }
    ]
}