Auto Download Image 1688 Taobao Tmall

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

What is Auto Download Image 1688 Taobao Tmall?

Auto Download Image 1688 Taobao Tmall is a Chrome extension developed by JOHNY NGUYỄN, and its main feature is "This is software that automatically downloads images at website 1688.com taobao.com tmall.com".

Extension Screenshots

screenshot
screenshot

Download Auto Download Image 1688 Taobao Tmall Extension CRX File

Download Auto Download Image 1688 Taobao Tmall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Auto Download Image 1688 Taobao Tmall Auto Download Image 1688 Taobao Tmall
ID gnplndpflikoklmbimadjhbjgbnajjdk
Official URL https://chromewebstore.google.com/detail/auto-download-image-1688/gnplndpflikoklmbimadjhbjgbnajjdk
Description This is software that automatically downloads images at website 1688.com taobao.com tmall.com
File Size 42.77 KB
Installation Count 126
Current Version 1.4
Last Updated 2019-12-11
Publish Date 2019-12-11
Rating 5.00/5 Total 7 Ratings
Developer JOHNY NGUYỄN
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/Auto-Tool-630109317420730
Help Page URL https://www.facebook.com/Auto-Tool-630109317420730
Supported Languages 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"
            ]
        }
    ]
}