Chrome Playlist
Make a playlist of youtube videos based on a bookmark folder.
ما هو Chrome Playlist؟
Chrome Playlist هو إضافة Chrome تم تطويرها بواسطة Bryan Chen، والميزة الرئيسية لها هي "Make a playlist of youtube videos based on a bookmark folder.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Playlist
قم بتنزيل ملفات الامتداد Chrome Playlist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select a bookmark folder containing lots of youtube links through the pop-up interface and then click play! A new tab will open that automatically cycles through the bookmarked videos in the folder as they end, acting as a custom playlist through youtube. You can use the popup to skip to a new randomly selected song as well.
معلومات أساسية عن التمديد
الاسم | Chrome Playlist |
ID | dnodaodnfnledpfmlflemmimlpebigbc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc |
الوصف | Make a playlist of youtube videos based on a bookmark folder. |
حجم الملف | 41.46 KB |
عدد التثبيتات | 91 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2019-04-26 |
تاريخ النشر | 2019-04-26 |
المطور | Bryan Chen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.3", "name": "Chrome Playlist", "description": "Make a playlist of youtube videos based on a bookmark folder.", "icons": { "16": "images\/note16.png", "48": "images\/note48.png", "128": "images\/note128.png" }, "browser_action": { "default_icon": "images\/note128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "bookmarks", "https:\/\/www.youtube.com\/*" ] } |