Sound Pirate

Sound Pirate

An browser extension to download online music.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_description__",
  "version": "2.1.0",
  "name": "__MSG_name__",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "webRequest",
    "activeTab",
    "tabs",
    "webRequestBlocking",
    "downloads",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "img/music128.png"
  },
  "icons": {
    "16": "img/music16.png",
    "48": "img/music48.png",
    "128": "img/music128.png"
  },
  "web_accessible_resources": [
    "img/music16.png",
    "img/music24.png",
    "img/music32.png",
    "img/music48.png",
    "img/arrowl32.png",
    "img/arrowr32.png",
    "img/m4a32.png",
    "img/aac32.png",
    "img/mp432.png"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "zh_CN",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}