Disable Blinking Tab Notifications
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Cos'è Disable Blinking Tab Notifications?
Disable Blinking Tab Notifications è un'estensione di Chrome sviluppata da Max Adams, e la sua funzione principale è "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disable Blinking Tab Notifications
Scarica i file di estensione Disable Blinking Tab Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | cbifalpnbkfcdiahogledkhdcgknamfp | 
| URL Ufficiale | https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp | 
| Descrizione | This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received. | 
| Dimensione del File | 34.89 KB | 
| Conteggio Installazioni | 36 | 
| Versione Corrente | 0.0.0.1 | 
| Ultimo Aggiornamento | 2020-02-11 | 
| Data di Pubblicazione | 2020-02-11 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | Max Adams | 
| [email protected] | |
| Tipo di Pagamento | free | 
| URL della Pagina della Politica sulla Privacy | https://www.privacypolicies.com/generic | 
| Lingue Supportate | 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\/*"
            ]
        }
    ]
}  |  |