Anti Lazy Loading

Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.

What is Anti Lazy Loading?

Anti Lazy Loading is a Chrome extension developed by http://zvizvi.xyz, and its main feature is "Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.".

Extension Screenshots

screenshot
screenshot

Download Anti Lazy Loading Extension CRX File

Download Anti Lazy Loading 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

                        Anti Lazy Loading for images,
Loads all images on any webpage - as soon as the page loads.                    

Extension Basic Information

Name Anti Lazy Loading Anti Lazy Loading
ID amhbdjjhdcjcpjkjibbhnkkidigbfgmb
Official URL https://chrome.google.com/webstore/detail/anti-lazy-loading/amhbdjjhdcjcpjkjibbhnkkidigbfgmb
Description Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.
File Size 161 KB
Installation Count 1,000
Current Version 0.0.5
Last Updated 2018-10-26
Publish Date 2018-10-26
Rating 4.13/5 Total 8 Ratings
Developer http://zvizvi.xyz
Email [email protected]
Payment Type free
Extension Website https://zvizvi.xyz/
Help Page URL https://gitlab.com/zvizvi.xyz/anti-lazy-loading
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Lazy Loading",
    "version": "0.0.5",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "assets\/img\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "assets\/img\/icon128.png",
        "96": "assets\/img\/icon96.png",
        "72": "assets\/img\/icon72.png",
        "64": "assets\/img\/icon64.png",
        "48": "assets\/img\/icon48.png",
        "24": "assets\/img\/icon24.png",
        "16": "assets\/img\/icon16.png"
    },
    "manifest_version": 2
}