Disable Blinking Tab Notifications
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Wat is Disable Blinking Tab Notifications?
Disable Blinking Tab Notifications is een Chrome-extensie ontwikkeld door Max Adams, en de belangrijkste functie is "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable Blinking Tab Notifications
Download Disable Blinking Tab Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | cbifalpnbkfcdiahogledkhdcgknamfp | 
| Officiële URL | https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp | 
| Beschrijving | This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received. | 
| Bestandsgrootte | 34.89 KB | 
| Aantal Installaties | 36 | 
| Huidige Versie | 0.0.0.1 | 
| Laatst Bijgewerkt | 2020-02-11 | 
| Publicatiedatum | 2020-02-11 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Max Adams | 
| [email protected] | |
| Betalingswijze | free | 
| URL van de Privacybeleid Pagina | https://www.privacypolicies.com/generic | 
| Ondersteunde Talen | 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\/*"
            ]
        }
    ]
}  |  |