Download Tumblr images

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

Co to jest Download Tumblr images?

Download Tumblr images to rozszerzenie Chrome opracowane przez Zdeněk Gromnica | FutureMillennium, a jego główną funkcją jest „One click Tumblr large resolution image download from the context menu.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Download Tumblr images

Pobierz pliki rozszerzeń Download Tumblr images w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Download Tumblr images Download Tumblr images
ID fpojonadgdgbdcliijkjibcapfbmllod
Oficjalny URL https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod
Opis One click Tumblr large resolution image download from the context menu.
Rozmiar pliku 8.01 KB
Liczba instalacji 5,322
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2018-08-12
Data Publikacji 2018-08-12
Ocena 3.15/5 Łącznie 20 Oceny
Deweloper Zdeněk Gromnica | FutureMillennium
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.patreon.com/FutureMillennium
Obsługiwane Języki 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"
    ]
}