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文件

下載Gfycat Default HD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}