Download Lazada products images

Download all the product images & videos on Lazada

Qu'est-ce que Download Lazada products images ?

Download Lazada products images est une extension Chrome développée par phillippmueller74, et sa fonction principale est "Download all the product images & videos on Lazada".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Download Lazada products images

Téléchargez les fichiers d'extension Download Lazada products images au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Download Lazada products images Download Lazada products images
ID nfafjmamdfmgoggddemafpemhebiphid
URL Officiel https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid
Description Download all the product images & videos on Lazada
Taille du Fichier 108 KB
Nombre d'Installations 120
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-04-02
Date de Publication 2020-09-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur phillippmueller74
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://123seeks.com/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}