Disable Blinking Tab Notifications
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Vad är Disable Blinking Tab Notifications?
Disable Blinking Tab Notifications är en Chrome-tillägg utvecklad av Max Adams, och dess huvudfunktion är "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".
Tilläggsskärmbilder
Ladda ner Disable Blinking Tab Notifications-förlängningens CRX-fil
Ladda ner Disable Blinking Tab Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Grundläggande Information om Tillägg
Namn | Disable Blinking Tab Notifications |
ID | cbifalpnbkfcdiahogledkhdcgknamfp |
Officiell webbadress | https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp |
Beskrivning | This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received. |
Filstorlek | 34.89 KB |
Antal Installationer | 36 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2020-02-11 |
Publiceringsdatum | 2020-02-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Max Adams |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.privacypolicies.com/generic |
Stödda Språk | 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\/*" ] } ] } |