Downloader for Lazada

Save images from the Lazada website in one click.

Cos'è Downloader for Lazada?

Downloader for Lazada è un'estensione di Chrome sviluppata da https://mxnpro.ovh, e la sua funzione principale è "Save images from the Lazada website in one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Downloader for Lazada

Scarica i file di estensione Downloader for Lazada in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Save images from the Lazada website in one click.

This extension allows you to download product's images and description images from the Lazada website directly to your computer.

▬▬▬▬▬ FEATURES ▬▬▬▬▬

FREE version:
- Download main images 
- Download variants images
- Get the best image quality

PRO version:
- Download description images
- Save all images in one click (main, variant, description)
- Best quality image possible
- Organise downloads with subdirectories
- Open download folder after saving images
- Save images as .ZIP file format

▬▬▬▬▬ CONTACT ▬▬▬▬▬

If you have any questions, or suggestions to improve the app, please let us know at [email protected]!                    

Informazioni di Base sull'Estensione

Nome Downloader for Lazada Downloader for Lazada
ID poadggnmgoaalhgdkjfdmkjaihableef
URL Ufficiale https://chromewebstore.google.com/detail/downloader-for-lazada/poadggnmgoaalhgdkjfdmkjaihableef
Descrizione Save images from the Lazada website in one click.
Dimensione del File 219 KB
Conteggio Installazioni 7,912
Versione Corrente 1.0.6
Ultimo Aggiornamento 2022-12-22
Data di Pubblicazione 2021-04-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://mxnpro.ovh
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://downloader-for-lazada.mxnpro.ovh/
URL della Pagina di Aiuto https://downloader-for-lazada.mxnpro.ovh/
URL della Pagina della Politica sulla Privacy https://mxnpro.ovh/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloader for Lazada",
    "short_name": "Downloader for Lazada",
    "version": "1.0.6",
    "description": "Save images from the Lazada website in one click.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "downloads",
        "*:\/\/*.lazada.co.id\/products*",
        "*:\/\/*.lazada.co.th\/products*",
        "*:\/\/*.lazada.com.my\/products*",
        "*:\/\/*.lazada.com.ph\/products*",
        "*:\/\/*.lazada.sg\/products*",
        "*:\/\/*.lazada.vh\/products*",
        "*:\/\/*.lazada.vn\/products*",
        "*:\/\/*.slatic.net\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html?route=popup"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.lazada.co.id\/products*",
                "*:\/\/*.lazada.co.th\/products*",
                "*:\/\/*.lazada.com.my\/products*",
                "*:\/\/*.lazada.com.ph\/products*",
                "*:\/\/*.lazada.sg\/products*",
                "*:\/\/*.lazada.vh\/products*",
                "*:\/\/*.lazada.vn\/products*"
            ],
            "css": [
                "script.css"
            ],
            "js": [
                "script.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/downloader-for-lazada.mxnpro.ovh\/*"
            ],
            "js": [
                "checkout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.css"
    ]
}