Gfycat Default HD

Automatically sets the Gfycat GIF to HD.

Gfycat Default HD란 무엇입니까?

Gfycat Default HD은(는) LoVega에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically sets the Gfycat GIF to HD."입니다.

확장 프로그램 스크린샷

screenshot

Gfycat Default HD 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Gfycat Pro changed the way GIFs load for you, only in SD.

This extension sets HD back as the default setting. Just install it and hide it from your Chrome menu. Done!

Enjoy your favorite GIFs in HD.

Changelog:

1.2.4: 
- Fixed multiple GIFs loading at once
- Fixed GIFs randomly unpausing (might still unpause if the GIFs progress is under 5%)
- Fixed other reported issues
(If you encounter any bugs, specific GIFs not switching to HD, etc, please open an issue on the Support tab. Also might need to tweak some values based on user feedback.)

1.2.3: 
Fixed race condition (stopping at start) on some RedGIFs GIFs and fixed share button sometimes popping up. Please feel free to report specific GIFs you encounter issues with at the Support tab.

1.2.2: 
Fixed switching to HD on RedGIFs new design.

1.2.1: 
Fixed rare occasions of RedGIFs GIFs not switching to HD.

NEW in 1.2: RedGIFs support!
Currently supports Gfycat, RedGIFs and reddit.                    

확장 프로그램 기본 정보

이름 Gfycat Default HD Gfycat Default HD
ID ekiieomfkkfmficbgpkhfpcaiglihdif
공식 URL https://chromewebstore.google.com/detail/gfycat-default-hd/ekiieomfkkfmficbgpkhfpcaiglihdif
설명 Automatically sets the Gfycat GIF to HD.
파일 크기 42.53 KB
설치 횟수 1,171
현재 버전 1.2.4
최근 업데이트 2022-01-10
출시 날짜 2020-05-21
평점 4.10/5 총 10 개의 평점
개발자 LoVega
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gfycat Default HD",
    "version": "1.2.4",
    "browser_action": {
        "default_icon": "hd.png"
    },
    "description": "Automatically sets the Gfycat GIF to HD.",
    "icons": {
        "16": "hd.png",
        "32": "hd.png",
        "48": "hd.png",
        "128": "hd.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gfycat.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.redgifs.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}