Easy Video Downloader (Flash and Video)

Easy Video Downloader (Flash and Video)

A video and audio downloader (grabber) that works with both internal and external download managers like IDM or Wget

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.2.0",
  "name": "__MSG_appTitle__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "contextMenus",
    "storage",
    "downloads",
    "*://*/*"
  ],
  "optional_permissions": [
    "nativeMessaging",
    "cookies"
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "background": {
    "scripts": [
      "/v2/chrome.action.js",
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.runtime.js",
      "/v2/chrome.scripting.js",
      "/v2/chrome.windows.create.js",
      "/v2/chrome.windows.get.js",
      "/v2/chrome.windows.getCurrent.js",
      "worker.js",
      "action.js",
      "observe.js"
    ]
  },
  "homepage_url": "https://webextension.org/listing/easy-video-downloader.html",
  "options_ui": {
    "page": "data/options/index.html"
  },
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd04e15e-6b23-4648-860d-0057602a5c2a}"
    }
  }
}