All-in-one Video Downloader

All-in-one Video Downloader

Download videos from any website with your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "All-in-one Video Downloader",
  "description": "Download videos from any website with your browser",
  "version": "1.1",
  "action": {
    "default_icon": {
      "16": "icons/icon_16x16.png",
      "32": "icons/icon_32x32.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon_16x16.png",
    "128": "icons/icon_128x128.png",
    "256": "icons/icon_256x256.png"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}