Disable Blinking Tab Notifications
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Co to jest Disable Blinking Tab Notifications?
Disable Blinking Tab Notifications to rozszerzenie Chrome opracowane przez Max Adams, a jego główną funkcją jest „This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Disable Blinking Tab Notifications
Pobierz pliki rozszerzeń Disable Blinking Tab Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | cbifalpnbkfcdiahogledkhdcgknamfp | 
| Oficjalny URL | https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp | 
| Opis | This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received. | 
| Rozmiar pliku | 34.89 KB | 
| Liczba instalacji | 36 | 
| Aktualna Wersja | 0.0.0.1 | 
| Ostatnia Aktualizacja | 2020-02-11 | 
| Data Publikacji | 2020-02-11 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | Max Adams | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://www.privacypolicies.com/generic | 
| Obsługiwane Języki | 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\/*"
            ]
        }
    ]
}  |  |