Free Video Downloader

Free Video Downloader

Help you download videos from web sites. it's free, safe, fast and easy to use.Help you download videos from web sites. it's free, safe, fast and easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Save Video As",
  "description": "Save any online videos as file.",
  "version": "1.5resigned1",
  "permissions": [
    "webRequest",
    "downloads",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_popup": "toolbar/index.html",
    "default_title": "Save Video As"
  },
  "content_scripts": [
    {
      "js": [
        "find_videos.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "app.js"
    ]
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{63f3b52d-7581-42cd-9e82-fb1b2cdb0043}"
    }
  }
}