Jukebox-YT
A Media Player for YouTube videos.
Jukebox-YT là gì?
Jukebox-YT là một tiện ích mở rộng Chrome được phát triển bởi Sam Boyer, và tính năng chính của nó là "A Media Player for YouTube videos.".
Ả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 Jukebox-YT
Tải xuống các tệp mở rộng Jukebox-YT 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
Jukebox-YT is a Media Player for YouTube videos that lets you collect videos, group them into dynamic playlists and play with rating-weighted shuffling! Videos can be added to your collection individually, or batch-imported from a playlist. From there they can be shuffled, rated and filtered through using complex expressions. Playlists can be made from these search filters. The plugin features a main screen where the tracks are played and handled, a toolbar popup with remote control and 'Add' options in the context menus for YouTube videos and playlists. (It should be noted that Jukebox-YT cannot play certain music videos that are disallowed from being played outside of YouTube, but most music works :3)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mglabanecenehiphkiefanefolachfbh |
URL Chính Thức | https://chrome.google.com/webstore/detail/jukebox-yt/mglabanecenehiphkiefanefolachfbh |
Mô tả | A Media Player for YouTube videos. |
Kích Thước Tệp | 544 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-04-13 |
Ngày Phát Hành | 2018-04-13 |
Nhà Phát Triển | Sam Boyer |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://samboyer.co.uk |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jukebox-YT", "version": "1.0.2", "description": "A Media Player for YouTube videos.", "author": "Sam Boyer", "icons": { "32": "img\/icon32.png", "48": "img\/icon48.png" }, "permissions": [ "tabs", "contextMenus", "*:\/\/*.youtube.com\/*", "webRequest" ], "background": { "scripts": [ "js\/background.js", "js\/getData.js" ] }, "browser_action": { "default_icon": "img\/icon32.png", "default_title": "Jukebox.YT", "default_popup": "jukeboxPopup.html" } } |