GifsOnTumblr

Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs

GifsOnTumblr क्या है?

GifsOnTumblr Damien Erambert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GifsOnTumblr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम GifsOnTumblr GifsOnTumblr
ID ojdchdecabcmdgloljejooedjpgaajbe
आधिकारिक URL https://chromewebstore.google.com/detail/gifsontumblr/ojdchdecabcmdgloljejooedjpgaajbe
विवरण Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs
फ़ाइल का आकार 12.53 KB
स्थापना संख्या 3,872
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2024-02-03
प्रकाशन तिथि 2020-07-03
रेटिंग 4.00/5 कुल 20 रेटिंग्स
डेवलपर Damien Erambert
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/eramdam/GifsOnTumblr
सहायता पृष्ठ URL https://github.com/eramdam/GifsOnTumblr/issues
गोपनीयता नीति पृष्ठ URL https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
समर्थित भाषाएँ 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": [
        ""
    ]
}