VK music downloader

VK music downloader

The extension for music download from VK.com

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/superagent.js",
      "js/hls.min.js",
      "js/bg.js",
      "js/proxy/Proxy.js",
      "js/proxy/ProxyInit_chrome.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/vk.js"
      ],
      "matches": [
        "*://vk.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "ru",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "name": "__MSG_appName__",
  "permissions": [
    "downloads",
    "storage",
    "proxy",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.0.0.17",
  "web_accessible_resources": [
    "images/i-icons.gif",
    "images/loader.gif"
  ]
}