Lazada image downloader

Lazada hi-res image downloader

Lazada image downloaderคืออะไร?

Lazada image downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cpull.com และคุณลักษณะหลักของมันคือ "Lazada hi-res image downloader"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lazada image downloader

ดาวน์โหลดไฟล์ส่วนขยาย Lazada image downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Elevate your image downloading experience and swiftly grab the desired images from the Lazada website! Try our plugin now to effortlessly download main images, variant images, and description images, providing a one-stop solution for all your image acquisition needs. Plus, choose to automatically organize your downloads into subdirectories for efficient sorting.

Additionally, we exclusively offer a zip file function, making your image storage and organization even simpler. Whether you need to download a single image or multiple images in bulk, the Lazada download plugin has got you covered. Experience unprecedented convenience in image downloading today!

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lazada image downloader Lazada image downloader
ID kiimokfeobjikncelojjhldkjglabnfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lazada-image-downloader/kiimokfeobjikncelojjhldkjglabnfd
คำอธิบาย Lazada hi-res image downloader
ขนาดไฟล์ 377 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-05-04
วันที่เผยแพร่ 2023-04-29
ผู้พัฒนา https://cpull.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://cpull.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.1.1",
    "author": "cpull.com",
    "name": "Lazada image downloader",
    "description": "Lazada hi-res image downloader",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lazada.co.id\/**",
                "*:\/\/*.lazada.com.my\/**",
                "*:\/\/*.lazada.com.ph\/**",
                "*:\/\/*.lazada.sg\/**",
                "*:\/\/*.lazada.co.th\/**",
                "*:\/\/*.lazada.vn\/**"
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "all_frames": false,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.co.th\/*",
                "*:\/\/*.lazada.vn\/*"
            ],
            "resources": [
                "contents.3e96fdc0.css"
            ]
        }
    ]
}