Video Downloader Premium

Video Downloader Premium

The best video downloader and save videos to your own video list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "./content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "./detect.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "19": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "downloads",
    "tabs",
    "storage",
    "declarativeNetRequest"
  ],
  "version": "2.0.10",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}