Jukebox-YT
A Media Player for YouTube videos.
什么是Jukebox-YT?
Jukebox-YT是由Sam Boyer开发的Chrome扩展程序,该扩展的主要功能是“A Media Player for YouTube videos.”。
扩展截图
下载Jukebox-YT扩展crx文件
下载Jukebox-YT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | |
ID | mglabanecenehiphkiefanefolachfbh |
官方URL | https://chrome.google.com/webstore/detail/jukebox-yt/mglabanecenehiphkiefanefolachfbh |
简介 | A Media Player for YouTube videos. |
文件大小 | 544 KB |
安装次数 | 14 |
当前版本 | 1.0.2 |
更新时间 | 2018-04-13 |
上架时间 | 2018-04-13 |
开发者 | Sam Boyer |
付费类型 | free |
帮助页面URL | https://samboyer.co.uk |
支持的语言 | 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" } } |