Youtube Radio
Auto generated playlists of youtube videos based on an artist
什么是Youtube Radio?
Youtube Radio是由Evan Skeete开发的Chrome扩展程序,该扩展的主要功能是“Auto generated playlists of youtube videos based on an artist”。
扩展截图
下载Youtube Radio扩展crx文件
下载Youtube Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of youtube's auto play giving you stuff you don't want? Tired of having to switch tabs to control your music? Youtube radio generates playlists of songs based on artists you like and plays the tracks on youtube. You can control playback from a floating window to eliminate tab switching.
扩展基本信息
名称 | |
ID | nbmhnagdobdppoanifgnjdaeglfnpjea |
官方URL | https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea |
简介 | Auto generated playlists of youtube videos based on an artist |
文件大小 | 2.25 MB |
安装次数 | 153 |
当前版本 | 0.1 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.13/5 共8次评分 |
开发者 | Evan Skeete |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Radio", "description": "Auto generated playlists of youtube videos based on an artist", "version": "0.1", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'" } |