Lazada Downloader - Save lazada images
Download lazada product images in one click.
Lazada Downloader - Save lazada images란 무엇입니까?
Lazada Downloader - Save lazada images은(는) EchoWebBot Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download lazada product images in one click."입니다.
확장 프로그램 스크린샷
Lazada Downloader - Save lazada images 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
👏🏻 Lazada Downloader helps you easily save and download various images of Lazada products with one click.
# Features
✓ Download main, variant, description images.
✓ Save all images (main, variants, descriptions) with one click.
✓ Best possible quality of images.
✓ Organize downloads with subdirectories.
✓ Save images as a ZIP file.
✓ Export image detail paths as CSV files.
✓ Open download folder after saving images.
# Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.
# Support
[email protected] 확장 프로그램 기본 정보
| 이름 | |
| ID | lfoohcfmahfcpihbbfejdccigpolaogl |
| 공식 URL | https://chromewebstore.google.com/detail/lazada-downloader-save-la/lfoohcfmahfcpihbbfejdccigpolaogl |
| 설명 | Download lazada product images in one click. |
| 파일 크기 | 543 KB |
| 설치 횟수 | 2,391 |
| 현재 버전 | 1.0.0 |
| 최근 업데이트 | 2021-10-28 |
| 출시 날짜 | 2021-10-28 |
| 평점 | 3.67/5 총 3 개의 평점 |
| 개발자 | EchoWebBot Team |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://lazadadownloader.echobot.dev/ |
| 개인정보 보호 정책 페이지 URL | https://echobot.dev/privacy-policy.html |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"homepage_url": "https:\/\/lazadadownloader.echobot.dev",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"storage",
"identity",
"downloads",
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*",
"*:\/\/*.slatic.net\/*",
"*:\/\/*.echobot.dev\/*"
],
"oauth2": {
"client_id": "320687679761-lsr3sr8isb32ikovt5rotv8jec0dek47.apps.googleusercontent.com",
"scopes": [
"openid",
"email"
]
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
},
"content_scripts": [
{
"js": [
"libs\/jquery-3.6.0.min.js",
"js\/content-script.js"
],
"matches": [
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*"
],
"run_at": "document_start"
}
],
"version": "1.0.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |