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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}