Reddit Image Fixer Firefox

Examine source code of Reddit Image Fixer

Inspect and view changes in Reddit Image Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reddit Image Fixer",
  "version": "1.0.1",
  "description": "Load full-size images on Reddit",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.reddit.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "redditimagefixer@binarygoose.dev",
      "strict_min_version": "121.0"
    }
  }
}

Best Reddit Image Fixer Alternatives

Here are some Firefox add-ons that are similar to Reddit Image Fixer: