Downloader for Lazada
Save images from the Lazada website in one click.
什么是Downloader for Lazada?
Downloader for Lazada是由https://mxnpro.ovh开发的Chrome扩展程序,该扩展的主要功能是“Save images from the Lazada website in one click.”。
扩展截图
下载Downloader for Lazada扩展crx文件
下载Downloader for Lazada扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save images from the Lazada website in one click.
This extension allows you to download product's images and description images from the Lazada website directly to your computer.
▬▬▬▬▬ 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]! 扩展基本信息
| 名称 | |
| ID | poadggnmgoaalhgdkjfdmkjaihableef |
| 官方URL | https://chromewebstore.google.com/detail/downloader-for-lazada/poadggnmgoaalhgdkjfdmkjaihableef |
| 简介 | Save images from the Lazada website in one click. |
| 文件大小 | 219 KB |
| 安装次数 | 7,912 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2022-12-22 |
| 上架时间 | 2021-04-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://mxnpro.ovh |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://downloader-for-lazada.mxnpro.ovh/ |
| 帮助页面URL | https://downloader-for-lazada.mxnpro.ovh/ |
| 隐私政策页面URL | https://mxnpro.ovh/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Downloader for Lazada",
"short_name": "Downloader for Lazada",
"version": "1.0.6",
"description": "Save images from the Lazada website in one click.",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"storage",
"downloads",
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*",
"*:\/\/*.lazada.vn\/products*",
"*:\/\/*.slatic.net\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "index.html?route=popup"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*",
"*:\/\/*.lazada.vn\/products*"
],
"css": [
"script.css"
],
"js": [
"script.js"
]
},
{
"run_at": "document_idle",
"matches": [
"https:\/\/downloader-for-lazada.mxnpro.ovh\/*"
],
"js": [
"checkout.js"
]
}
],
"web_accessible_resources": [
"script.css"
]
} | |