Lazada Downloader - Save lazada images

Download lazada product images in one click.

ما هو Lazada Downloader - Save lazada images؟

Lazada Downloader - Save lazada images هو إضافة Chrome تم تطويرها بواسطة EchoWebBot Team، والميزة الرئيسية لها هي "Download lazada product images in one click.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Lazada Downloader - Save lazada images

قم بتنزيل ملفات الامتداد Lazada Downloader - Save lazada images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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'"
}