Auto Download Image 1688 Taobao Tmall

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

Что такое Auto Download Image 1688 Taobao Tmall?

Auto Download Image 1688 Taobao Tmall - это расширение Chrome, разработанное JOHNY NGUYỄN, и его основная функция - "This is software that automatically downloads images at website 1688.com taobao.com tmall.com".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Auto Download Image 1688 Taobao Tmall

Скачайте файлы расширений Auto Download Image 1688 Taobao Tmall в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Auto Download Image 1688 Taobao Tmall Auto Download Image 1688 Taobao Tmall
ID gnplndpflikoklmbimadjhbjgbnajjdk
Официальный URL https://chromewebstore.google.com/detail/auto-download-image-1688/gnplndpflikoklmbimadjhbjgbnajjdk
Описание This is software that automatically downloads images at website 1688.com taobao.com tmall.com
Размер файла 42.77 KB
Количество установок 126
Текущая Версия 1.4
Последнее Обновление 2019-12-11
Дата публикации 2019-12-11
Рейтинг 5.00/5 Всего 7 оценок
Разработчик JOHNY NGUYỄN
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.facebook.com/Auto-Tool-630109317420730
URL страницы помощи https://www.facebook.com/Auto-Tool-630109317420730
Поддерживаемые языки 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"
            ]
        }
    ]
}