Open Video Downloader

Open Video Downloader

Download videos from video web sites. Download HTML5 videos in WEBM and MP4 formats

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "default_locale": "en",
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png",
      "300": "icons/icon-300.png"
    }
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage",
    "downloads",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.1.4",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2
}