Better watch later
Cleans up the 'Watch later' list on youtube
ما هو Better watch later؟
Better watch later هو إضافة Chrome تم تطويرها بواسطة nikolajaaes، والميزة الرئيسية لها هي "Cleans up the 'Watch later' list on youtube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better watch later
قم بتنزيل ملفات الامتداد Better watch later بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes the 'Watch later' page on youtube more compact and moves several of the buttons from a dropdown menu out to the page, saving a click every time you want to move or remove a video from the list.
معلومات أساسية عن التمديد
الاسم | |
ID | daiklokgbmbpnjnjbikdmjjdpbednjnh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh |
الوصف | Cleans up the 'Watch later' list on youtube |
حجم الملف | 34.51 KB |
عدد التثبيتات | 254 |
النسخة الحالية | 1.4 |
آخر تحديث | 2022-03-21 |
تاريخ النشر | 2021-05-16 |
تقييم | 3.89/5 مجموع تقييمات 9 |
المطور | nikolajaaes |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better watch later", "description": "Cleans up the 'Watch later' list on youtube", "version": "1.4", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/playlist?list=WL" ], "css": [ "betterWatchLater.css" ], "js": [ "betterWatchLater.js" ] } ] } |