rank-tunes
get music information(top songs) by itunes search api.
What is rank-tunes?
rank-tunes is a Chrome extension developed by nakamura.shuta, and its main feature is "get music information(top songs) by itunes search api.".
Extension Screenshots
Download rank-tunes Extension CRX File
Download rank-tunes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
iTunes search apiをつかって任意の数/ジャンルのtop songsを取得します。 取得したレコードを選択すると、試聴を開始します。 その後自動的に次の曲へ移動します。
Extension Basic Information
Name | |
ID | gicclamjnbcmlccjemdakdockhejhche |
Official URL | https://chrome.google.com/webstore/detail/rank-tunes/gicclamjnbcmlccjemdakdockhejhche |
Description | get music information(top songs) by itunes search api. |
File Size | 139 KB |
Installation Count | 26 |
Current Version | 0.2 |
Last Updated | 2015-03-05 |
Publish Date | 2015-03-05 |
Rating | 2.00/5 Total 1 Ratings |
Developer | nakamura.shuta |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rank-tunes", "description": "get music information(top songs) by itunes search api.", "version": "0.2", "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "https:\/\/itunes.apple.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |