GifsOnTumblr

Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs

GifsOnTumblrคืออะไร?

GifsOnTumblr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Damien Erambert และคุณลักษณะหลักของมันคือ "Brings GIFs back to Tumblr blogs/dashboard instead of WEBPs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GifsOnTumblr

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
        ""
    ]
}