Lazada Downloader - Save lazada images

Download lazada product images in one click.

Lazada Downloader - Save lazada images क्या है?

Lazada Downloader - Save lazada images EchoWebBot Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download lazada product images in one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lazada Downloader - Save lazada images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        👏🏻 Lazada Downloader helps you easily save and download various images of Lazada products with one click.

# Features
✓ Download main, variant, description images.
✓ Save all images (main, variants, descriptions) with one click.
✓ Best possible quality of images.
✓ Organize downloads with subdirectories.
✓ Save images as a ZIP file.
✓ Export image detail paths as CSV files.
✓ Open download folder after saving images.

# Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

# Support
[email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Lazada Downloader - Save lazada images Lazada Downloader - Save lazada images
ID lfoohcfmahfcpihbbfejdccigpolaogl
आधिकारिक URL https://chromewebstore.google.com/detail/lazada-downloader-save-la/lfoohcfmahfcpihbbfejdccigpolaogl
विवरण Download lazada product images in one click.
फ़ाइल का आकार 543 KB
स्थापना संख्या 2,391
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-10-28
प्रकाशन तिथि 2021-10-28
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर EchoWebBot Team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lazadadownloader.echobot.dev/
गोपनीयता नीति पृष्ठ URL https://echobot.dev/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/lazadadownloader.echobot.dev",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "downloads",
        "*:\/\/*.lazada.co.id\/products*",
        "*:\/\/*.lazada.co.th\/products*",
        "*:\/\/*.lazada.com.my\/products*",
        "*:\/\/*.lazada.com.ph\/products*",
        "*:\/\/*.lazada.sg\/products*",
        "*:\/\/*.lazada.vh\/products*",
        "*:\/\/*.slatic.net\/*",
        "*:\/\/*.echobot.dev\/*"
    ],
    "oauth2": {
        "client_id": "320687679761-lsr3sr8isb32ikovt5rotv8jec0dek47.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.lazada.co.id\/products*",
                "*:\/\/*.lazada.co.th\/products*",
                "*:\/\/*.lazada.com.my\/products*",
                "*:\/\/*.lazada.com.ph\/products*",
                "*:\/\/*.lazada.sg\/products*",
                "*:\/\/*.lazada.vh\/products*"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}