Image Load Optimizer Firefox

Examine source code of Image Load Optimizer

By: 32win
Inspect and view changes in Image Load Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Load Optimizer",
  "version": "1.0",
  "description": "Improve page performance by enabling lazy loading and async decoding for images.",
  "permissions": [
    "<all_urls>",
    "webNavigation",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "image_optimizer@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Image Load Optimizer Alternatives

Here are some Firefox add-ons that are similar to Image Load Optimizer: