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開發的Chrome擴展程式,該擴展的主要功能是“This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.”。
擴展截圖
下載Disable Blinking Tab Notifications擴展crx文件
下載Disable Blinking Tab Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
擴展基本資訊
名稱 | Disable Blinking Tab Notifications |
ID | cbifalpnbkfcdiahogledkhdcgknamfp |
官方網址 | 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\/*" ] } ] } |