Imgur Proxy Firefox

Examine source code of Imgur Proxy

Inspect and view changes in Imgur Proxy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Imgur Proxy",
  "version": "1.0.0",
  "description": "Reroute geoblocked imgur.com images through a DuckDuckGo image proxy.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{59ef7f31-7839-41b2-9bae-289f885da09a}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "*://imgur.com/*",
    "*://*.imgur.com/*"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon/icon-16.png",
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "browser_action": {
    "default_title": "Imgur Proxy",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon/icon-16.png",
      "32": "icon/icon-32.png"
    }
  },
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://imgur.com/*",
        "*://*.imgur.com/*"
      ],
      "js": [
        "common.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Imgur Proxy Alternatives

Here are some Firefox add-ons that are similar to Imgur Proxy: