Image Lazy Loader Firefox

Examine source code of Image Lazy Loader

Inspect and view changes in Image Lazy Loader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Lazy Loader",
  "version": "1.3",
  "description": "Adds lazy loading to images and iframes, with a floating report badge.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ef32f737-3c73-4bd8-bba6-9e255d6c5852}"
    }
  }
}

Best Image Lazy Loader Alternatives

Here are some Firefox add-ons that are similar to Image Lazy Loader: