Playtube: Youtube Playlist Manager
Alphabetically re-order playlists when you save to the playlist
ما هو Playtube: Youtube Playlist Manager؟
Playtube: Youtube Playlist Manager هو إضافة Chrome تم تطويرها بواسطة Infinityu، والميزة الرئيسية لها هي "Alphabetically re-order playlists when you save to the playlist".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Playtube: Youtube Playlist Manager
قم بتنزيل ملفات الامتداد Playtube: Youtube Playlist Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Alphabetically re-order playlists as shown in save to menu. More features are on the way - alphabetize playlist on sidebar - search playlist when saving video - etc... This is a third-party tool and not endorsed by or produced by Youtube or Google.
معلومات أساسية عن التمديد
الاسم | Playtube: Youtube Playlist Manager |
ID | foigpnjgfclhhkpbkgfmbdbeiiklioof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof |
الوصف | Alphabetically re-order playlists when you save to the playlist |
حجم الملف | 40.83 KB |
عدد التثبيتات | 659 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-09-09 |
تاريخ النشر | 2021-09-09 |
تقييم | 4.92/5 مجموع تقييمات 12 |
المطور | Infinityu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Playtube: Youtube Playlist Manager", "description": "Alphabetically re-order playlists when you save to the playlist", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "js": [ "jquery-3.6.0.min.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |