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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Disable Blinking Tab Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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