My Cloud Player

Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience.

My Cloud Playerとは何ですか?

My Cloud Playerはhttp://mycloudplayers.comによって開発されたChromeの拡張機能で、その主な機能は「Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

My Cloud Player拡張機能のCRXファイルをダウンロード

My Cloud Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Web based music player, integrated almost 100% with SoundCloud features.

Extension Features:
Inserts 2 buttons on any SoundClood track anywhere on the web.
- Listen on My Cloud Player 
- Add track to playlist 

- Next.SoundCloud.com support.
- Extra Context menu item for links to SoundCloud.com

- Global Media Keys Shortcuts Support from any tab (Play/Pause/Stop/Next/Prev)
- Global Shortcuts Support from any tab
  (Ctrl + /) - Play/Pause
  (Ctrl + ,) - Prev
  (Ctrl + .) - Next
 * Chrome Browser needs to be in focus

Inserts buttons on Last.fm track resent history/charts pages.
- listen / listen all on My Cloud Player



Works like bookmarklet:
On SoundCloud page, clicking the toolbar icon will open the content in My Cloud Player.


My Cloud Player is powered by SoundCloud, Last.fm, EchoNest and Lyrics.Wikia.com                    

拡張機能の基本情報

名前 My Cloud Player My Cloud Player
ID lknifikfkjjpclpholpdemhogkifnaca
公式URL https://chrome.google.com/webstore/detail/my-cloud-player/lknifikfkjjpclpholpdemhogkifnaca
説明 Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience.
ファイルサイズ 22.58 KB
インストール数 3,079
現在のバージョン 2.83
最終更新日 2014-03-03
公開日 2014-03-03
評価 4.36/5 合計 101 レビュー
開発者 http://mycloudplayers.com
支払い方法 free
拡張機能のウェブサイト http://mycloudplayers.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Cloud Player",
    "description": "Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience.",
    "version": "2.83",
    "icons": {
        "16": "mcp16.png",
        "48": "mcp48.png",
        "128": "mcp128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "web_accessible_resources": [
        "contentpage.css"
    ],
    "content_scripts": [
        {
            "js": [
                "mcpkeys.js"
            ],
            "css": [
                "contentpage.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}