AliExpress Search by Image and Download

Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.

Cos'è AliExpress Search by Image and Download?

AliExpress Search by Image and Download è un'estensione di Chrome sviluppata da ok, e la sua funzione principale è "Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AliExpress Search by Image and Download

Scarica i file di estensione AliExpress Search by Image and Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Aliexpress search by image and download all product images in one click. Best tool for Aliexpress search by image and download images. Check if the product is sold cheaper by another AliExpress seller.                    

Informazioni di Base sull'Estensione

Nome AliExpress Search by Image and Download AliExpress Search by Image and Download
ID faklajjdekhkmkjhdknbikcikhofompi
URL Ufficiale https://chromewebstore.google.com/detail/aliexpress-search-by-imag/faklajjdekhkmkjhdknbikcikhofompi
Descrizione Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.
Dimensione del File 23.62 KB
Conteggio Installazioni 1,481
Versione Corrente 1.0.9.5
Ultimo Aggiornamento 2020-05-06
Data di Pubblicazione 2020-05-05
Valutazione 4.40/5 Totale 10 Valutazioni
Sviluppatore ok
Email [email protected]
Tipo di Pagamento free
Lingue Supportate de,en,en-GB,en-US,fr,tr,es,lt,hu,pl,ro,cs,bg,ru
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "js\/myscripts.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "19": "images\/icon47.png",
        "32": "images\/icon47.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_chrome_extension_name__",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/download.ico"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9.5"
}