Remove YouTube™ Tab Number
Removes the number of notifications in parentheses that YouTube displays on tabs
ما هو Remove YouTube™ Tab Number؟
Remove YouTube™ Tab Number هو إضافة Chrome تم تطويرها بواسطة rossolve.it، والميزة الرئيسية لها هي "Removes the number of notifications in parentheses that YouTube displays on tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remove YouTube™ Tab Number
قم بتنزيل ملفات الامتداد Remove YouTube™ Tab Number بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Would you prefer not to have your number of YouTube™ notifications on every YouTube™ tab? Do all of your YouTube™ tabs look the same when you have many tabs open? Don't want the number included in your bookmarks or saved links? Is it information that you don't need to be reminded about? If so, this simple Chrome extension will dynamically remove the number (and the parentheses) from any new YouTube™ tabs that you open after installing it. I'm finding it useful while there (currently) isn't an official setting to turn this number off. I've uploaded it here in case anyone else was also looking for the "off switch". Hope it helps.
معلومات أساسية عن التمديد
الاسم | Remove YouTube™ Tab Number |
ID | mbdhdllcfaijbnebmfnglclcgfopejop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop |
الوصف | Removes the number of notifications in parentheses that YouTube displays on tabs |
حجم الملف | 25.22 KB |
عدد التثبيتات | 549 |
النسخة الحالية | 0.5 |
آخر تحديث | 2020-06-27 |
تاريخ النشر | 2020-06-27 |
تقييم | 4.42/5 مجموع تقييمات 12 |
المطور | rossolve.it |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube\u2122 Tab Number", "version": "0.5", "description": "Removes the number of notifications in parentheses that YouTube displays on tabs", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "icons": { "48": "rytn-icon-48.png", "128": "rytn-icon-128.png" }, "manifest_version": 2 } |