Download Tumblr images

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

What is Download Tumblr images?

Download Tumblr images is a Chrome extension developed by Zdeněk Gromnica | FutureMillennium, and its main feature is "One click Tumblr large resolution image download from the context menu.".

Extension Screenshots

screenshot

Download Download Tumblr images Extension CRX File

Download Download Tumblr images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Download Tumblr images Download Tumblr images
ID fpojonadgdgbdcliijkjibcapfbmllod
Official URL https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod
Description One click Tumblr large resolution image download from the context menu.
File Size 8.01 KB
Installation Count 5,322
Current Version 1.1.0
Last Updated 2018-08-12
Publish Date 2018-08-12
Rating 3.15/5 Total 20 Ratings
Developer Zdeněk Gromnica | FutureMillennium
Email [email protected]
Payment Type free
Extension Website https://www.patreon.com/FutureMillennium
Supported Languages 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"
    ]
}