Music Downloader - VKloader

Music Downloader - VKloader

Save music in one click! Fast download of tracks from VK, as well as from many other audio resources.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.4",
  "manifest_version": 2,
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/superagent.js",
      "js/hls.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "assets/content.css",
        "assets/shareModal.css"
      ],
      "js": [
        "js/content.js",
        "libs/shareModal.js",
        "libs/jquery.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-listeners.js"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "downloads",
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "img/loader.gif"
  ]
}