AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

Wat is AliPictures - The Aliexpress Image Extractor?

AliPictures - The Aliexpress Image Extractor is een Chrome-extensie ontwikkeld door b1nary, en de belangrijkste functie is "Extract all product images from AliExpress in the best quality!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AliPictures - The Aliexpress Image Extractor

Download AliPictures - The Aliexpress Image Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
Officiële URL https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
Beschrijving Extract all product images from AliExpress in the best quality!
Bestandsgrootte 107 KB
Aantal Installaties 27
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-09-22
Publicatiedatum 2021-09-22
Ontwikkelaar b1nary
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}