Chrome Playlist
Make a playlist of youtube videos based on a bookmark folder.
Chrome Playlist là gì?
Chrome Playlist là một tiện ích mở rộng Chrome được phát triển bởi Bryan Chen, và tính năng chính của nó là "Make a playlist of youtube videos based on a bookmark folder.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome Playlist
Tải xuống các tệp mở rộng Chrome Playlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Playlist |
ID | dnodaodnfnledpfmlflemmimlpebigbc |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc |
Mô tả | Make a playlist of youtube videos based on a bookmark folder. |
Kích Thước Tệp | 41.46 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-04-26 |
Ngày Phát Hành | 2019-04-26 |
Nhà Phát Triển | Bryan Chen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |