Disable Blinking Tab Notifications
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Apa itu Disable Blinking Tab Notifications?
Disable Blinking Tab Notifications adalah ekstensi Chrome yang dikembangkan oleh Max Adams, dan fitur utamanya adalah "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Disable Blinking Tab Notifications
Unduh file ekstensi Disable Blinking Tab Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Informasi Dasar Ekstensi
Nama | Disable Blinking Tab Notifications |
ID | cbifalpnbkfcdiahogledkhdcgknamfp |
URL Resmi | https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp |
Deskripsi | This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received. |
Ukuran File | 34.89 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2020-02-11 |
Tanggal Publikasi | 2020-02-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Max Adams |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.privacypolicies.com/generic |
Bahasa yang Didukung | 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\/*" ] } ] } |