AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

Apa itu AliPictures - The Aliexpress Image Extractor?

AliPictures - The Aliexpress Image Extractor adalah ekstensi Chrome yang dikembangkan oleh b1nary, dan fitur utamanya adalah "Extract all product images from AliExpress in the best quality!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AliPictures - The Aliexpress Image Extractor

Unduh file ekstensi AliPictures - The Aliexpress Image Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
URL Resmi https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
Deskripsi Extract all product images from AliExpress in the best quality!
Ukuran File 107 KB
Jumlah Instalasi 27
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2021-09-22
Tanggal Publikasi 2021-09-22
Pengembang b1nary
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}