AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

Was ist AliPictures - The Aliexpress Image Extractor?

AliPictures - The Aliexpress Image Extractor ist eine Chrome-Erweiterung, die von b1nary entwickelt wurde, und ihr Hauptmerkmal ist "Extract all product images from AliExpress in the best quality!".

Erweiterungsscreenshots

screenshot
screenshot

AliPictures - The Aliexpress Image Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliPictures - The Aliexpress Image Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
Offizielle URL https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
Beschreibung Extract all product images from AliExpress in the best quality!
Dateigröße 107 KB
Installationsanzahl 27
Aktuelle Version 0.1.0
Letztes Update 2021-09-22
Veröffentlichungsdatum 2021-09-22
Entwickler b1nary
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}