AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

Vad är AliPictures - The Aliexpress Image Extractor?

AliPictures - The Aliexpress Image Extractor är en Chrome-tillägg utvecklad av b1nary, och dess huvudfunktion är "Extract all product images from AliExpress in the best quality!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AliPictures - The Aliexpress Image Extractor-förlängningens CRX-fil

Ladda ner AliPictures - The Aliexpress Image Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
Officiell webbadress https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
Beskrivning Extract all product images from AliExpress in the best quality!
Filstorlek 107 KB
Antal Installationer 27
Aktuell Version 0.1.0
Senast Uppdaterad 2021-09-22
Publiceringsdatum 2021-09-22
Utvecklare b1nary
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}