Download Lazada products images

Download all the product images & videos on Lazada

ما هو Download Lazada products images؟

Download Lazada products images هو إضافة Chrome تم تطويرها بواسطة phillippmueller74، والميزة الرئيسية لها هي "Download all the product images & videos on Lazada".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Download Lazada products images

قم بتنزيل ملفات الامتداد Download Lazada products images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With one easy click to download all the product images & videos on websites Lazada.
                  
Important: Go to Chrome Settings and turn off "Ask where to save each file before downloading."
----------------------------------------------------------------------------------
By using this add-on, you agree to Terms & Privacy available at https://www.aliimagesdl.com/privacy-and-cookies-policy                    

معلومات أساسية عن التمديد

الاسم Download Lazada products images Download Lazada products images
ID nfafjmamdfmgoggddemafpemhebiphid
عنوان URL الرسمي https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid
الوصف Download all the product images & videos on Lazada
حجم الملف 108 KB
عدد التثبيتات 120
النسخة الحالية 0.0.3
آخر تحديث 2023-04-02
تاريخ النشر 2020-09-24
تقييم 5.00/5 مجموع تقييمات 1
المطور phillippmueller74
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://123seeks.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.0.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lazada.com\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.lazada.co.th\/*"
            ],
            "js": [
                "content\/import-index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.lazada.com\/*",
        "*:\/\/*.lazada.vn\/*",
        "*:\/\/*.lazada.sg\/*",
        "*:\/\/*.lazada.com.ph\/*",
        "*:\/\/*.lazada.com.my\/*",
        "*:\/\/*.lazada.co.id\/*",
        "*:\/\/*.lazada.co.th\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "*:\/\/*.lazada.com\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.lazada.co.th\/*"
            ]
        }
    ]
}