Downloader for Lazada

Save images from the Lazada website in one click.

Τι είναι το Downloader for Lazada;

Το Downloader for Lazada είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mxnpro.ovh, και η κύρια λειτουργία του είναι "Save images from the Lazada website in one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Downloader for Lazada

Λήψη αρχείων επέκτασης Downloader for Lazada σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Downloader for Lazada Downloader for Lazada
ID poadggnmgoaalhgdkjfdmkjaihableef
Επίσημο URL https://chromewebstore.google.com/detail/downloader-for-lazada/poadggnmgoaalhgdkjfdmkjaihableef
Περιγραφή Save images from the Lazada website in one click.
Μέγεθος Αρχείου 219 KB
Αριθμός Εγκαταστάσεων 7,912
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2022-12-22
Ημερομηνία Δημοσίευσης 2021-04-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://mxnpro.ovh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://downloader-for-lazada.mxnpro.ovh/
Διεύθυνση URL της Σελίδας Βοήθειας https://downloader-for-lazada.mxnpro.ovh/
URL της Σελίδας Πολιτικής Απορρήτου https://mxnpro.ovh/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}