Download Tumblr images

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

Was ist Download Tumblr images?

Download Tumblr images ist eine Chrome-Erweiterung, die von Zdeněk Gromnica | FutureMillennium entwickelt wurde, und ihr Hauptmerkmal ist "One click Tumblr large resolution image download from the context menu.".

Erweiterungsscreenshots

screenshot

Download Tumblr images-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download Tumblr images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Download Tumblr images Download Tumblr images
ID fpojonadgdgbdcliijkjibcapfbmllod
Offizielle URL https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod
Beschreibung One click Tumblr large resolution image download from the context menu.
Dateigröße 8.01 KB
Installationsanzahl 5,322
Aktuelle Version 1.1.0
Letztes Update 2018-08-12
Veröffentlichungsdatum 2018-08-12
Bewertung 3.15/5 Insgesamt 20 Bewertungen
Entwickler Zdeněk Gromnica | FutureMillennium
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.patreon.com/FutureMillennium
Unterstützte Sprachen 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"
    ]
}