Download Shopee products images

Download all the product images & videos on Shopee

Download Shopee products images là gì?

Download Shopee products images là một tiện ích mở rộng Chrome được phát triển bởi ralfberling4, và tính năng chính của nó là "Download all the product images & videos on Shopee".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download Shopee products images

Tải xuống các tệp mở rộng Download Shopee products images 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

                        Available features:
1.Download all product images & videos on Shopee.
2. Share Shopee product link on Facebook.

With one easy click to download all product images & videos on Shopee.
Automatically download as zip (maybe slow due to shopee server)

* Some videos cannot be downloaded because they are encrypted.
 
Important: Go to Chrome Settings and turn off "Ask where to save each file before downloading".

If there are any errors please email me: [email protected]

--------------------------------------------------- ---------------------------------
By using this add-on, you agree to the Terms & Privacy available at
https://sites.google.com/view/policy-reel/home                    

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

Tên Download Shopee products images Download Shopee products images
ID nmbnknblibmnbjcngeojiabgabpddmoi
URL Chính Thức https://chrome.google.com/webstore/detail/download-shopee-products/nmbnknblibmnbjcngeojiabgabpddmoi
Mô tả Download all the product images & videos on Shopee
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 48,211
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2023-04-26
Ngày Phát Hành 2020-09-24
Đánh Giá 4.43/5 Tổng số 124 Đánh Giá
Nhà Phát Triển ralfberling4
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/policy-reel/home
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.2.0",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.com.mx\/*",
                "*:\/\/*\/*"
            ],
            "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",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.shopee.com\/*",
        "*:\/\/*.shopee.com.br\/*",
        "*:\/\/*.shopee.com.my\/*",
        "*:\/\/*.shopee.com.mx\/*",
        "*:\/\/*.shopee.vn\/*",
        "*:\/\/*.shopee.sg\/*",
        "*:\/\/*.shopee.tw\/*",
        "*:\/\/*.shopee.ph\/*",
        "*:\/\/*.shopee.co.id\/*",
        "*:\/\/*.shopee.co.th\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/webpack-16.png",
        "32": "icons\/webpack-32.png",
        "128": "icons\/webpack-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/donate.svg"
            ],
            "matches": [
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.com.mx\/*",
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.com.mx\/*",
                "*:\/\/*\/*"
            ]
        }
    ]
}