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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Downloader for Lazada 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]!                    

확장 프로그램 기본 정보

이름 Downloader for Lazada Downloader for Lazada
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"
    ]
}