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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Online music player. Play your favorite music anywhere, anytime and Extend your SoundCloud music experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Cloud Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |