Video DownloadHelper BETA

Video DownloadHelper BETA

Download Videos from the Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Michel Gutierrez",
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "version": "9.0.1.8",
  "permissions": [
    "downloads.open",
    "tabs",
    "webRequest",
    "downloads",
    "webNavigation",
    "notifications",
    "scripting",
    "storage",
    "contextMenus",
    "nativeMessaging",
    "declarativeNetRequest",
    "sidePanel"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.downloadhelper.net/*"
      ],
      "js": [
        "injected/downloadhelper.net.js"
      ],
      "run_at": "document_start"
    }
  ],
  "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"
      }
    }
  },
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background/main.js"
  },
  "action": {
    "default_popup": "/content2/popup.html",
    "default_title": "Video DownloadHelper BETA",
    "default_icon": {
      "128": "/content2/icons/beta-color.png"
    }
  },
  "side_panel": {
    "default_path": "/content2/sidebar.html",
    "default_title": "Video DownloadHelper BETA",
    "default_icon": {
      "128": "/content2/icons/beta-color.png"
    }
  },
  "name": "Video DownloadHelper BETA",
  "icons": {
    "128": "/content2/icons/beta-color.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh4cW3tEDKz3KKYgP3EOXMkbKnPdCjVWCAjKAUkhZCnuyE5fSCR3Hd3GjGlIR+IWJR2AGgBhnFUr434NY+DvcgDR/g87vO+hkhUrSz6KQp7Va/jenZ6xTF2+KgK8IEaFWFg528NEyWuLBFMO1arc6VW0b6bKFmFpncMkuAw9uTnylmWsD0gyOGQcRxKBtiuoGuDJRfLmvI9UXJUR3K4VTeuY3SzkVyUZlC/3Bp3jsfMgx67t91dlWThUdSQroJOwOUAeK07QR6ZXBOMmZeiOZPXRWXDWTaW7bmnvozTYmyQTbU8IrnxJC9/ciowrcEQUw++h6izHlo1bwfCby0Zv8WwIDAQAB"
}