Download Tumblr images

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

Hvad er Download Tumblr images?

Download Tumblr images er en Chrome-udvidelse udviklet af Zdeněk Gromnica | FutureMillennium, og dens hovedfunktion er "One click Tumblr large resolution image download from the context menu.".

Udvidelsesskærmbilleder

screenshot

Download Download Tumblr images-udvidelses-CRX-fil

Download Download Tumblr images-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Download Tumblr images Download Tumblr images
ID fpojonadgdgbdcliijkjibcapfbmllod
Officiel URL https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod
Beskrivelse One click Tumblr large resolution image download from the context menu.
Filstørrelse 8.01 KB
Antal Installationer 5,322
Nuværende Version 1.1.0
Senest Opdateret 2018-08-12
Udgivelsesdato 2018-08-12
Bedømmelse 3.15/5 Samlet 20 Bedømmelser
Udvikler Zdeněk Gromnica | FutureMillennium
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.patreon.com/FutureMillennium
Understøttede Sprog 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"
    ]
}