Video Downloader Pro

Video Downloader Pro

Download videos from any website and save them to your computer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Video Downloader Pro",
  "description": "Download videos from any website and save them to your computer.",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "3.8.17.1650",
  "manifest_version": 3,
  "permissions": [
    "webRequest",
    "downloads",
    "tabs",
    "storage",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "./content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false,
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Video Downloader Professional",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}