Rdio Play All
Play all songs from artist. You can play all popular songs from artists.
什么是Rdio Play All?
Rdio Play All是由https://rdiolyrics.com开发的Chrome扩展程序,该扩展的主要功能是“Play all songs from artist. You can play all popular songs from artists.”。
扩展截图
下载Rdio Play All扩展crx文件
下载Rdio Play All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can play all songs from artist's Songs page. You can play songs by popularity. =)
Release notes:
0.1.1:
Now works over https. 扩展基本信息
| 名称 | |
| ID | gfekijbgjkmeecpceiolcaeeebeailel |
| 官方URL | https://chromewebstore.google.com/detail/rdio-play-all/gfekijbgjkmeecpceiolcaeeebeailel |
| 简介 | Play all songs from artist. You can play all popular songs from artists. |
| 文件大小 | 41.32 KB |
| 安装次数 | 38 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2015-01-21 |
| 上架时间 | 2015-01-21 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | https://rdiolyrics.com |
| 付费类型 | free |
| 扩展官网 | http://rdiolyrics.com/play-all/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rdio Play All",
"version": "0.1.1",
"manifest_version": 2,
"description": "Play all songs from artist. You can play all popular songs from artists.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.rdio.com\/*"
],
"js": [
"jquery.js",
"rdiolyrics.js"
]
}
]
} | |