Ecommerce Image Downloader

Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)

Ecommerce Image Downloader là gì?

Ecommerce Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi linhnn.developer, và tính năng chính của nó là "Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ecommerce Image Downloader

Tải xuống các tệp mở rộng Ecommerce Image Downloader 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

                        Download images, copy image's URL from Amazon, support for the websites bellow:
        - Amazon .(com | in | es | com.au | ca | de | fr | co.uk | it )
        - Ebay
        - Shopee
          ... and more supported websites, please check malitool.com for detail
Enable you to download product's video on Amazon.
Enable you to checking product's price history on Amazon.

Extension help your work faster and easier!
For any support, please contact me via email: [email protected]                    

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

Tên Ecommerce Image Downloader Ecommerce Image Downloader
ID oiaoeonjapnkifnhofdkgiohaieebokn
URL Chính Thức https://chrome.google.com/webstore/detail/ecommerce-image-downloade/oiaoeonjapnkifnhofdkgiohaieebokn
Mô tả Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)
Kích Thước Tệp 273 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 2.5.9
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2020-04-23
Đánh Giá 4.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển linhnn.developer
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://malitool.com/
URL Trang Trợ Giúp https://www.facebook.com/malitool
URL Trang Chính Sách Bảo Mật http://malitool.com/amazon-image-downloader-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecommerce Image Downloader",
    "description": "Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)",
    "version": "2.5.9",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self'; img-src 'self'; media-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "http:\/\/localhost:8188\/"
    ],
    "permissions": [
        "downloads"
    ],
    "optional_permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/icon_16.png",
        "48": "\/icon_48.png",
        "128": "\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/open.png",
                "\/images\/download.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "defaults.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/lib\/jquery.js",
                "\/scripts\/send_images.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}