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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
            ]
        }
    ]
}