VK video saver - загрузчик видео из вконтакте

VK video saver - загрузчик видео из вконтакте

Vk saver Скачивает mpg4, flv, m3u8, hls. видео из vk.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "extension.js",
        "hls.js"
      ],
      "matches": [
        "https://vk.com/*",
        "https://*.vkuservideo.net/*"
      ]
    }
  ],
  "description": "Vk saver Скачивает mpg4, flv, m3u8, hls. видео из vk.com",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "45",
  "name": "VK video saver - загрузчик видео из вконтакте",
  "offline_enabled": false,
  "permissions": [
    "downloads",
    "https://vk.com/*",
    "https://*.vkuservideo.net/*",
    "https://*.userapi.com/*",
    "https://*.mycdn.me/*"
  ],
  "short_name": "Vk saver скачивает видео, из социальной сети вконтакте.",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.7"
}