AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

What is AliPictures - The Aliexpress Image Extractor?

AliPictures - The Aliexpress Image Extractor is a Chrome extension developed by b1nary, and its main feature is "Extract all product images from AliExpress in the best quality!".

Extension Screenshots

screenshot
screenshot

Download AliPictures - The Aliexpress Image Extractor Extension CRX File

Download AliPictures - The Aliexpress Image Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!).                    

Extension Basic Information

Name AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
Official URL https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
Description Extract all product images from AliExpress in the best quality!
File Size 107 KB
Installation Count 27
Current Version 0.1.0
Last Updated 2021-09-22
Publish Date 2021-09-22
Developer b1nary
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}