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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |