Lazy Load Controller Firefox

Examine source code of Lazy Load Controller

Inspect and view changes in Lazy Load Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lazy Load Controller",
  "version": "1.0",
  "description": "Quản lý tải hình ảnh/video khi cần thiết để tăng tốc độ.",
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e20c6277-6ae1-4a6a-9f93-ac891558fecb}"
    }
  }
}

Best Lazy Load Controller Alternatives

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