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"
]
}
]
} | |