Video Downloader professional

Video Downloader professional

Download videos from web sites or just collect them in your video list without downloading them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Video Downloader professional",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "default_locale": "en",
  "version": "1.0.1",
  "manifest_version": 3,
  "permissions": [
    "sidePanel",
    "webRequest",
    "downloads",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "./content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false,
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+B",
        "mac": "Command+B"
      }
    }
  },
  "action": {
    "default_title": "Video Downloader professional",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}