Download Imgur Image or Video

Download Imgur Image or Video

Save an image or video from an Imgur.com url or album. 1-Click download any url directly from Imgur. Choose to download in .mp4, .gif, .jpg format. Addon uses 3rd party site (www.knowyourimgur.com) for operation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Download Imgur Image or Video",
  "version": "1.0.0",
  "description": "Click to download any Imgur image or video.",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "*://*.knowyourimgur.com/"
  ]
}