Download Lazada products images

Download all the product images & videos on Lazada

Vad är Download Lazada products images?

Download Lazada products images är en Chrome-tillägg utvecklad av phillippmueller74, och dess huvudfunktion är "Download all the product images & videos on Lazada".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Download Lazada products images-förlängningens CRX-fil

Ladda ner Download Lazada products images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Download Lazada products images Download Lazada products images
ID nfafjmamdfmgoggddemafpemhebiphid
Officiell webbadress https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid
Beskrivning Download all the product images & videos on Lazada
Filstorlek 108 KB
Antal Installationer 120
Aktuell Version 0.0.3
Senast Uppdaterad 2023-04-02
Publiceringsdatum 2020-09-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare phillippmueller74
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://123seeks.com/privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}