Vkontakte Скачать

Vkontakte Скачать

Скачать музыку с VK. Скачивание плейлистов и треков Артиста. История скачиваний.

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": "Вконтакте Открыть Vkontakte Скачать"
  },
  "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"
    },
    {
      "all_frames": true,
      "js": [
        "install.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Скачать музыку с VK. Скачивание плейлистов и треков Артиста. История скачиваний.",
  "icons": {
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Vkontakte Скачать",
  "permissions": [
    "*://api.vksaved.ru/*",
    "*://vk.com/*",
    "*://*.vk.com/*",
    "*://*.vkuseraudio.net/*",
    "downloads"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2022.6.12"
}