All Video Downloader professional

All Video Downloader professional

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

Additional files are visible only to premium users

manifest.json


{
  "name": "All Video Downloader professional",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "default_locale": "en",
  "version": "2.1.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": "All Video Downloader professional",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}