Auto Download Image 1688 Taobao Tmall

This is software that automatically downloads images at website 1688.com taobao.com tmall.com

Cos'è Auto Download Image 1688 Taobao Tmall?

Auto Download Image 1688 Taobao Tmall è un'estensione di Chrome sviluppata da JOHNY NGUYỄN, e la sua funzione principale è "This is software that automatically downloads images at website 1688.com taobao.com tmall.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto Download Image 1688 Taobao Tmall

Scarica i file di estensione Auto Download Image 1688 Taobao Tmall 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

                        Introduce:
This is a tool that automatically downloads multiple images from 1688 taobao and tmall.com quickly, It can get full resolution of the image
User manual: 
You need to show all images displayed in the thumbnail section And so is the product description, Then just click the Download button on the chrome utility
Enjoy                    

Informazioni di Base sull'Estensione

Nome Auto Download Image 1688 Taobao Tmall Auto Download Image 1688 Taobao Tmall
ID gnplndpflikoklmbimadjhbjgbnajjdk
URL Ufficiale https://chromewebstore.google.com/detail/auto-download-image-1688/gnplndpflikoklmbimadjhbjgbnajjdk
Descrizione This is software that automatically downloads images at website 1688.com taobao.com tmall.com
Dimensione del File 42.77 KB
Conteggio Installazioni 126
Versione Corrente 1.4
Ultimo Aggiornamento 2019-12-11
Data di Pubblicazione 2019-12-11
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore JOHNY NGUYỄN
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.facebook.com/Auto-Tool-630109317420730
URL della Pagina di Aiuto https://www.facebook.com/Auto-Tool-630109317420730
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Download Image 1688 Taobao Tmall",
    "version": "1.4",
    "description": "This is software that automatically downloads images at website 1688.com taobao.com tmall.com",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "short_name": "This is software that automatically downloads images at website 1688.com taobao.com tmall.com",
    "author": "Nguy\u1ec5n V\u0169",
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Auto Download Image 1688",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/background.js"
            ]
        }
    ]
}