Lazy Load Fixer Firefox

Examine source code of Lazy Load Fixer

Inspect and view changes in Lazy Load Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lazy Load Fixer",
  "description": "Ensures lazy-loaded images appear properly, even when JavaScript is disabled, so you never miss out on important visuals",
  "version": "0.2",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "nolazy.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{53daab07-4697-4713-bd9e-e7a688801e4d}"
    }
  }
}

Best Lazy Load Fixer Alternatives

Here are some Firefox add-ons that are similar to Lazy Load Fixer: