Anti Lazy Loading

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

Wat is Anti Lazy Loading?

Anti Lazy Loading is een Chrome-extensie ontwikkeld door http://zvizvi.xyz, en de belangrijkste functie is "Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Anti Lazy Loading

Download Anti Lazy Loading-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Anti Lazy Loading Anti Lazy Loading
ID amhbdjjhdcjcpjkjibbhnkkidigbfgmb
Officiële URL https://chrome.google.com/webstore/detail/anti-lazy-loading/amhbdjjhdcjcpjkjibbhnkkidigbfgmb
Beschrijving Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.
Bestandsgrootte 161 KB
Aantal Installaties 1,000
Huidige Versie 0.0.5
Laatst Bijgewerkt 2018-10-26
Publicatiedatum 2018-10-26
Beoordeling 4.13/5 Totaal 8 Beoordelingen
Ontwikkelaar http://zvizvi.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zvizvi.xyz/
Help Pagina-URL https://gitlab.com/zvizvi.xyz/anti-lazy-loading
Ondersteunde Talen 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
}