My Cloud Player
Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience.
My Cloud Player là gì?
My Cloud Player là một tiện ích mở rộng Chrome được phát triển bởi http://mycloudplayers.com, và tính năng chính của nó là "Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng My Cloud Player
Tải xuống các tệp mở rộng My Cloud Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lknifikfkjjpclpholpdemhogkifnaca |
URL Chính Thức | https://chrome.google.com/webstore/detail/my-cloud-player/lknifikfkjjpclpholpdemhogkifnaca |
Mô tả | Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience. |
Kích Thước Tệp | 22.58 KB |
Số Lần Cài Đặt | 3,079 |
Phiên Bản Hiện Tại | 2.83 |
Cập Nhật Lần Cuối | 2014-03-03 |
Ngày Phát Hành | 2014-03-03 |
Đánh Giá | 4.36/5 Tổng số 101 Đánh Giá |
Nhà Phát Triển | http://mycloudplayers.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mycloudplayers.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |