LazyImageLoader Finder Firefox

Examine source code of LazyImageLoader Finder

By: Hi Tam Add-on
Inspect and view changes in LazyImageLoader Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LazyImageLoader Finder",
  "version": "1.0",
  "description": "Detect and highlight images that use lazy loading and are not fully loaded.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{33ae250a-d7f4-4c04-924d-b6cd873c0883}"
    }
  }
}

Best LazyImageLoader Finder Alternatives

Here are some Firefox add-ons that are similar to LazyImageLoader Finder: