Download Tumblr images

One click Tumblr large resolution image download from the context menu.

Что такое Download Tumblr images?

Download Tumblr images - это расширение Chrome, разработанное Zdeněk Gromnica | FutureMillennium, и его основная функция - "One click Tumblr large resolution image download from the context menu.".

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

screenshot

Скачать файл CRX расширения Download Tumblr images

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

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

                        Works on any image hosted on Tumblr.com.

This used to download “raw” (full resolution) images, until Tumblr has disabled access to those.

This extension does not contain any malicious or tracking code. No viruses. No ads. Only good software.

Consider supporting on Patreon: https://www.patreon.com/FutureMillennium                    

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

Название Download Tumblr images Download Tumblr images
ID fpojonadgdgbdcliijkjibcapfbmllod
Официальный URL https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod
Описание One click Tumblr large resolution image download from the context menu.
Размер файла 8.01 KB
Количество установок 5,322
Текущая Версия 1.1.0
Последнее Обновление 2018-08-12
Дата публикации 2018-08-12
Рейтинг 3.15/5 Всего 20 оценок
Разработчик Zdeněk Gromnica | FutureMillennium
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.patreon.com/FutureMillennium
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Tumblr images",
    "version": "1.1.0",
    "description": "One click Tumblr large resolution image download from the context menu.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ]
}