Download Lazada products images
Download all the product images & videos on Lazada
What is Download Lazada products images?
Download Lazada products images is a Chrome extension developed by phillippmueller74, and its main feature is "Download all the product images & videos on Lazada".
Extension Screenshots
Download Download Lazada products images Extension CRX File
Download Download Lazada products images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Download Lazada products images |
ID | nfafjmamdfmgoggddemafpemhebiphid |
Official URL | https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid |
Description | Download all the product images & videos on Lazada |
File Size | 108 KB |
Installation Count | 120 |
Current Version | 0.0.3 |
Last Updated | 2023-04-02 |
Publish Date | 2020-09-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | phillippmueller74 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://123seeks.com/privacy-policy |
Supported Languages | 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\/*" ] } ] } |