GifsOnTumblr

Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs

What is GifsOnTumblr?

GifsOnTumblr is a Chrome extension developed by Damien Erambert, and its main feature is "Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs".

Extension Screenshots

screenshot

Download GifsOnTumblr Extension CRX File

Download GifsOnTumblr 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

                        Tumblr started (badly) converting GIFs to WebP, fucking up glitch art and making saving of GIFs even harder.

This extension tweaks the dashboard to serve GIFs instead of WebP. Unfortunately your browser might download both.

WARNING: pages with a lot of GIFs might be slow as a result. This is how GIFs are and I can't do anything about it.

https://github.com/eramdam/GifsOnTumblr                    

Extension Basic Information

Name GifsOnTumblr GifsOnTumblr
ID ojdchdecabcmdgloljejooedjpgaajbe
Official URL https://chromewebstore.google.com/detail/gifsontumblr/ojdchdecabcmdgloljejooedjpgaajbe
Description Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs
File Size 12.53 KB
Installation Count 3,872
Current Version 1.1.3
Last Updated 2024-02-03
Publish Date 2020-07-03
Rating 4.00/5 Total 20 Ratings
Developer Damien Erambert
Email [email protected]
Payment Type free
Extension Website https://github.com/eramdam/GifsOnTumblr
Help Page URL https://github.com/eramdam/GifsOnTumblr/issues
Privacy Policy Page URL https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GifsOnTumblr",
    "version": "1.1.3",
    "manifest_version": 3,
    "description": "Brings GIFs back to Tumblr blogs\/dashboard instead of WEBPs",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}