Boomtubes

Boomtubes

Download any videos from your favorite websites without any limitation and completely free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extDescription__",
  "version": "1.5.126",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "16": "icon_bg_active_sm.png",
    "48": "icon_bg_active_md.png",
    "128": "icon_bg_active_xl.png"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icon_bg_inactive_sm.png",
      "48": "icon_bg_inactive_md.png",
      "128": "icon_bg_inactive_xl.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}