AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

Co to jest AliPictures - The Aliexpress Image Extractor?

AliPictures - The Aliexpress Image Extractor to rozszerzenie Chrome opracowane przez b1nary, a jego główną funkcją jest „Extract all product images from AliExpress in the best quality!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AliPictures - The Aliexpress Image Extractor

Pobierz pliki rozszerzeń AliPictures - The Aliexpress Image Extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
Oficjalny URL https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
Opis Extract all product images from AliExpress in the best quality!
Rozmiar pliku 107 KB
Liczba instalacji 27
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2021-09-22
Data Publikacji 2021-09-22
Deweloper b1nary
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}