Image Downloader

te31.com(rgrong), slrclub.com, instagram

Что такое Image Downloader?

Image Downloader - это расширение Chrome, разработанное kotree.com, и его основная функция - "te31.com(rgrong), slrclub.com, instagram".

Скачать файл CRX расширения Image Downloader

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

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

                        slrclub
instagram
te31.com (rgrong)

에서 이미지를 쉽게 받을 수 있도록 함.                    

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

Название Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
Официальный URL https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
Описание te31.com(rgrong), slrclub.com, instagram
Размер файла 38.17 KB
Количество установок 200
Текущая Версия 1.1.0
Последнее Обновление 2016-06-09
Дата публикации 2016-06-09
Рейтинг 3.67/5 Всего 3 оценок
Разработчик kotree.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки ko
manifest.json
{
    "name": "Image Downloader",
    "description": "te31.com(rgrong), slrclub.com, instagram",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rightbutton.js",
        "instagram.js",
        "slrclub.js",
        "jquery.min.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "manifest_version": 2
}