VK Video Helper

VK Video Helper

VK Video Helper - Скачать видео с ВКонтакте, бесплатно

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "hls.js",
        "extension.js"
      ],
      "matches": [
        "https://vk.com/*",
        "https://*.vkuservideo.net/*",
        "https://*.userapi.com/*",
        "https://*.mycdn.me/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "background.js",
        "bridge.js",
        "extension.js",
        "hls.js",
        "main.js"
      ],
      "matches": [
        "https://vk.com/*",
        "https://*.vkuservideo.net/*",
        "https://*.userapi.com/*",
        "https://*.mycdn.me/*"
      ]
    }
  ],
  "description": "VK Video Helper - Скачать видео с ВКонтакте, бесплатно",
  "icons": {
    "128": "icon128.png",
    "512": "icon512.png"
  },
  "manifest_version": 3,
  "name": "VK Video Helper",
  "offline_enabled": false,
  "permissions": [
    "downloads"
  ],
  "short_name": "VK Video Helper - Скачать видео с ВК",
  "version": "1.1.0"
}