GifsOnTumblr

Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs

GifsOnTumblrとは何ですか?

GifsOnTumblrはDamien Erambertによって開発されたChromeの拡張機能で、その主な機能は「Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs」です。

拡張機能のスクリーンショット

screenshot

GifsOnTumblr拡張機能のCRXファイルをダウンロード

GifsOnTumblr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        ""
    ]
}