Load Reddit Images Directly Firefox

Examine source code of Load Reddit Images Directly

By: nopperl Add-on
Inspect and view changes in Load Reddit Images Directly source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Load Reddit Images Directly",
  "version": "1.9",
  "description": "Loads reddit images directly instead of referring to the HTML page containing the image.",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://i.redd.it/*",
    "*://external-preview.redd.it/*",
    "*://preview.redd.it/*",
    "*://cf.preview.redd.it/*",
    "*://www.reddit.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/r/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c421bb7-c1de-4dc6-80c7-ce8625e34d24}"
    }
  }
}

Best Load Reddit Images Directly Alternatives

Here are some Firefox add-ons that are similar to Load Reddit Images Directly: