My Cloud Player

My Cloud Player

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

Merlin
Additional files are visible only to premium users

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
}