Download Lazada products images

Download all the product images & videos on Lazada

Apa itu Download Lazada products images?

Download Lazada products images adalah ekstensi Chrome yang dikembangkan oleh phillippmueller74, dan fitur utamanya adalah "Download all the product images & videos on Lazada".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Download Lazada products images

Unduh file ekstensi Download Lazada products images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Download Lazada products images Download Lazada products images
ID nfafjmamdfmgoggddemafpemhebiphid
URL Resmi https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid
Deskripsi Download all the product images & videos on Lazada
Ukuran File 108 KB
Jumlah Instalasi 120
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-04-02
Tanggal Publikasi 2020-09-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang phillippmueller74
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://123seeks.com/privacy-policy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}