Deezer Next
This extension hooks into Deezer to play a random track from one of your favourite artists.
Deezer Nextとは何ですか?
Deezer NextはJason Higginsによって開発されたChromeの拡張機能で、その主な機能は「This extension hooks into Deezer to play a random track from one of your favourite artists.」です。
拡張機能のスクリーンショット
Deezer Next拡張機能のCRXファイルをダウンロード
Deezer Next拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By setting a Deezer User ID, this extension enables a proper shuffle feature across all favourited artists. Deezer also has a service called Flow, which is similar, but I found that it was very weighted for my tastes, as I would be listening to the same 30 songs over and over. Using this extension will provide a button in the URL bar for the Deezer website that you can click to shuffle. The extension is not limited to your own personal User ID. If you want to shuffle based on someone else's musical tastes, plug in their User ID instead! Be sure to set the User ID in the extension options before shuffling, or else you will be listening to the default user, which is myself. :)
拡張機能の基本情報
名前 | |
ID | aebjoamelfhnpnihhbideihgpbhlmbag |
公式URL | https://chrome.google.com/webstore/detail/deezer-next/aebjoamelfhnpnihhbideihgpbhlmbag |
説明 | This extension hooks into Deezer to play a random track from one of your favourite artists. |
ファイルサイズ | 108 KB |
インストール数 | 225 |
現在のバージョン | 1.1 |
最終更新日 | 2015-02-17 |
公開日 | 2015-02-17 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | Jason Higgins |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deezer Next", "description": "This extension hooks into Deezer to play a random track from one of your favourite artists.", "version": "1.1", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "DeezerNext16.png", "48": "DeezerNext48.png", "128": "DeezerNext128.png" }, "permissions": [ "declarativeContent", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": "DeezerNext19.png", "default_title": "Next!" } } |