Lazada Save - Download Product Images & Video

Download Lazada Product Images & Videos. The most popular tool for Lazada!

Lazada Save - Download Product Images & Video là gì?

Lazada Save - Download Product Images & Video là một tiện ích mở rộng Chrome được phát triển bởi E-Media, và tính năng chính của nó là "Download Lazada Product Images & Videos. The most popular tool for Lazada!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lazada Save - Download Product Images & Video

Tải xuống các tệp mở rộng Lazada Save - Download Product Images & Video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save Lazada product images in one click!
This extension allows you to easily save Lazada images and videos to your computer.
You will be able to download product images in one click with the best quality possible!

Lazada-Save is free, give it a try!

----- GETTING STARTED -----
1. Install the extension by clicking the "Add to chrome" button.
2. Open an Lazada product page.
3. Click on the download buttons next to the product images.

----- FEATURES -----
- Download main product images & video
- Get the best quality image download

----- ADVANCED -----
- Watermark: Automatically adding watermark on image download.
- Image Сompressor: Compress images with the best quality and compression.


.
.
.
If you have any questions, or suggestions to improve the app, please let us know at [email protected]!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lazada Save - Download Product Images & Video Lazada Save - Download Product Images & Video
ID makoncjaemkibifhkbphoippogocgfno
URL Chính Thức https://chromewebstore.google.com/detail/lazada-save-download-prod/makoncjaemkibifhkbphoippogocgfno
Mô tả Download Lazada Product Images & Videos. The most popular tool for Lazada!
Kích Thước Tệp 409 KB
Số Lần Cài Đặt 1,769
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-23
Ngày Phát Hành 2023-05-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển E-Media
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/shopee-save/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lazada Save - Download Product Images & Video",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "Download Lazada Product Images & Videos. The most popular tool for Lazada!",
    "author": "Lazada Save",
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content_scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Lazada Save - Download Product Images & Video",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}