LazyLoad Fixer Firefox

Examine source code of LazyLoad Fixer

Inspect and view changes in LazyLoad Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LazyLoad Fixer",
  "description": "LazyLoad Fixer ensures that images using lazy loading still display properly even when JavaScript is disabled, so you never miss out on visual content",
  "version": "0.2",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "nolazy.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e1a34bb-8812-4c0d-9924-351e29c19088}"
    }
  }
}

Best LazyLoad Fixer Alternatives

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