AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

AliPictures - The Aliexpress Image Extractor là gì?

AliPictures - The Aliexpress Image Extractor là một tiện ích mở rộng Chrome được phát triển bởi b1nary, và tính năng chính của nó là "Extract all product images from AliExpress in the best quality!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliPictures - The Aliexpress Image Extractor

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

                        The most effective extension to extract the best quality pictures out of Aliexpress.

Extract from AliExpress:
- Product Pictures
- Variant Pictures
- Description Pictures

and download them as .ZIP file in the best available quality!

No other Aliexpress image plugin as as effect and as simple as ours. You are just one click away to receive the best quality pictures of any product on Aliexpress. Collect any images you like, product, variants or description pictures and easily download them as ZIP file (renamed to their product id!).                    

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

Tên AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
URL Chính Thức https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
Mô tả Extract all product images from AliExpress in the best quality!
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-09-22
Ngày Phát Hành 2021-09-22
Nhà Phát Triển b1nary
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliPictures - The Aliexpress Image Extractor",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Extract all product images from AliExpress in the best quality!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ]
        }
    ]
}