Download Lazada products images
Download all the product images & videos on Lazada
什么是Download Lazada products images?
Download Lazada products images是由phillippmueller74开发的Chrome扩展程序,该扩展的主要功能是“Download all the product images & videos on Lazada”。
扩展截图
下载Download Lazada products images扩展crx文件
下载Download Lazada products images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | nfafjmamdfmgoggddemafpemhebiphid |
| 官方URL | https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid |
| 简介 | Download all the product images & videos on Lazada |
| 文件大小 | 108 KB |
| 安装次数 | 120 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2023-04-02 |
| 上架时间 | 2020-09-24 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | phillippmueller74 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://123seeks.com/privacy-policy |
| 支持的语言 | 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\/*"
]
}
]
} | |