Youtube filter(hide watched)
Adds a filter to remove watched videos
ما هو Youtube filter(hide watched)؟
Youtube filter(hide watched) هو إضافة Chrome تم تطويرها بواسطة tpogih، والميزة الرئيسية لها هي "Adds a filter to remove watched videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube filter(hide watched)
قم بتنزيل ملفات الامتداد Youtube filter(hide watched) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Removes watched videos from the list. You can easily find new videos on your favorite channel.
معلومات أساسية عن التمديد
الاسم | |
ID | bdaeelkaallcpnhkdcenggcakegmejim |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim |
الوصف | Adds a filter to remove watched videos |
حجم الملف | 880 KB |
عدد التثبيتات | 74 |
النسخة الحالية | 1.0.16 |
آخر تحديث | 2022-09-07 |
تاريخ النشر | 2021-02-05 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | tpogih |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | de,en,es,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.16", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js" ], "css": [ "css\/append.css" ] } ] } |