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."입니다.
확장 프로그램 스크린샷
My Cloud Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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 } |