Load Lazyload Images

Load lazyload images automatically.

What is Load Lazyload Images?

Load Lazyload Images is a Chrome extension developed by Gea-Suan Lin, and its main feature is "Load lazyload images automatically.".

Extension Screenshots

screenshot

Download Load Lazyload Images Extension CRX File

Download Load Lazyload Images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lazy Load Images is a Google Chrome extension which will load lazyload images automatically.

Currently we support three types of lazyload plugins:

* Lazy Load Plugin for jQuery
* LazyloadImages (YUI)
* Lazy loading attributes (HTML Living Standard)                    

Extension Basic Information

Name Load Lazyload Images Load Lazyload Images
ID llenpijlflekljkpjnbnmkfeakfmlcmb
Official URL https://chromewebstore.google.com/detail/load-lazyload-images/llenpijlflekljkpjnbnmkfeakfmlcmb
Description Load lazyload images automatically.
File Size 5.05 KB
Installation Count 941
Current Version 0.2022.0502.0
Last Updated 2022-05-04
Publish Date 2014-01-04
Rating 4.33/5 Total 9 Ratings
Developer Gea-Suan Lin
Email [email protected]
Payment Type free
Extension Website https://github.com/gslin/load-lazyload-images
Privacy Policy Page URL https://wiki.gslin.org/wiki/Google_Web_Store/Privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Load Lazyload Images",
    "version": "0.2022.0502.0",
    "description": "Load lazyload images automatically.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "load-lazyload-images.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}