GifsOnTumblr

Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs

Co to jest GifsOnTumblr?

GifsOnTumblr to rozszerzenie Chrome opracowane przez Damien Erambert, a jego główną funkcją jest „Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GifsOnTumblr

Pobierz pliki rozszerzeń GifsOnTumblr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GifsOnTumblr GifsOnTumblr
ID ojdchdecabcmdgloljejooedjpgaajbe
Oficjalny URL https://chromewebstore.google.com/detail/gifsontumblr/ojdchdecabcmdgloljejooedjpgaajbe
Opis Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs
Rozmiar pliku 12.53 KB
Liczba instalacji 3,872
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2024-02-03
Data Publikacji 2020-07-03
Ocena 4.00/5 Łącznie 20 Oceny
Deweloper Damien Erambert
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/eramdam/GifsOnTumblr
Adres URL Strony Pomocy https://github.com/eramdam/GifsOnTumblr/issues
Adres URL Strony Polityki Prywatności https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Obsługiwane Języki 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": [
        ""
    ]
}