Cкачать музыку ВКонтакте 2021

Cкачать музыку ВКонтакте 2021

Скачать музыку с сайта ВКонтакте (vk.com), 2021

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon_32.png",
    "default_popup": "popup.html",
    "default_title": "Вконтакте Скачать"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/styles.css"
      ],
      "js": [
        "scripts/include.js"
      ],
      "matches": [
        "*://api.vksaved.ru/*",
        "*://vk.com/*",
        "*://*.vk.com/*",
        "*://*.vkuseraudio.net/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Скачать музыку с сайта ВКонтакте (vk.com), 2021",
  "icons": {
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Cкачать музыку ВКонтакте 2021",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "downloads"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.21"
}