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 |
| 官方網址 | 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"
]
}
]
} | |