Video DownloadHelper

Video DownloadHelper

Download Videos from the Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "default_locale": "en_US",
  "author": "Michel Gutierrez",
  "description": "__MSG_appDesc__",
  "version": "8.2.2.9",
  "permissions": [
    "tabs",
    "contextMenus",
    "nativeMessaging",
    "webRequest",
    "downloads",
    "webNavigation",
    "notifications",
    "scripting",
    "storage",
    "declarativeNetRequest"
  ],
  "icons": {
    "32": "content/images/icon-32.png",
    "40": "content/images/icon-40.png",
    "48": "content/images/icon-48.png",
    "128": "content/images/icon-128.png"
  },
  "options_ui": {
    "page": "content/settings.html?panel=settings",
    "open_in_tab": true
  },
  "commands": {
    "default-action": {
      "description": "Execute default action",
      "suggested_key": {
        "default": "Alt+Down",
        "mac": "Ctrl+Shift+Down"
      }
    },
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Up",
        "mac": "Ctrl+Shift+Up"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.downloadhelper.net/*"
      ],
      "js": [
        "injected/downloadhelper.net.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Video DownloadHelper",
    "default_popup": "content/popup.html?panel=main",
    "default_icon": {
      "40": "content/images/icon-40.png"
    }
  },
  "background": {
    "service_worker": "background/main.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}