Video DownloadHelper

Video DownloadHelper

The easy way to download and convert Web videos from hundreds of YouTube-like sites.

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.8",
  "permissions": [
    "tabs",
    "contextMenus",
    "nativeMessaging",
    "webRequest",
    "downloads",
    "webNavigation",
    "notifications",
    "scripting",
    "storage",
    "<all_urls>",
    "menus",
    "webRequestBlocking"
  ],
  "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_browser_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": 2,
  "browser_action": {
    "default_title": "Video DownloadHelper",
    "default_popup": "content/popup.html?panel=main",
    "default_icon": {
      "40": "content/images/icon-40.png"
    }
  },
  "background": {
    "scripts": [
      "background/main.js"
    ],
    "persistent": true
  },
  "applications": {
    "gecko": {
      "id": "{b9db16a4-6edc-47ec-a1f4-b86292ed211d}"
    }
  }
}