Download LiveLeak Video

Download LiveLeak Video

Save video from any Liveleak LiveLeak.com video in High quality. 1-click download any video directly from Live Leak. Addon uses 3rd party site (www.1clickliveleak.com) for operation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Download LiveLeak Video",
  "version": "1.0.3resigned1",
  "description": "Click to download any LiveLeak.com video.",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{747ad609-0014-4f9d-91f4-3ec80cb37d92}"
    }
  }
}