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 هو إضافة Chrome تم تطويرها بواسطة Max Adams، والميزة الرئيسية لها هي "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disable Blinking Tab Notifications
قم بتنزيل ملفات الامتداد Disable Blinking Tab Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } ] } |