GifsOnTumblr

Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs

Co je GifsOnTumblr?

GifsOnTumblr je rozšíření Chrome vyvinuté Damien Erambert, a jeho hlavní funkcí je „Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GifsOnTumblr

Stáhněte si soubory rozšíření GifsOnTumblr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název GifsOnTumblr GifsOnTumblr
ID ojdchdecabcmdgloljejooedjpgaajbe
Oficiální URL https://chromewebstore.google.com/detail/gifsontumblr/ojdchdecabcmdgloljejooedjpgaajbe
Popis Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs
Velikost souboru 12.53 KB
Počet instalací 3,872
Aktuální Verze 1.1.3
Poslední Aktualizace 2024-02-03
Datum Vydání 2020-07-03
Hodnocení 4.00/5 Celkem 20 Hodnocení
Vývojář Damien Erambert
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/eramdam/GifsOnTumblr
URL Stránky Nápovědy https://github.com/eramdam/GifsOnTumblr/issues
URL Stránky Zásad Ochrany Soukromí https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Podporované Jazyky 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": [
        ""
    ]
}