Gfycat Default HD

Automatically sets the Gfycat GIF to HD.

Gfycat Default HD là gì?

Gfycat Default HD là một tiện ích mở rộng Chrome được phát triển bởi LoVega, và tính năng chính của nó là "Automatically sets the Gfycat GIF to HD.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gfycat Default HD

Tải xuống các tệp mở rộng Gfycat Default HD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gfycat Default HD Gfycat Default HD
ID ekiieomfkkfmficbgpkhfpcaiglihdif
URL Chính Thức https://chromewebstore.google.com/detail/gfycat-default-hd/ekiieomfkkfmficbgpkhfpcaiglihdif
Mô tả Automatically sets the Gfycat GIF to HD.
Kích Thước Tệp 42.53 KB
Số Lần Cài Đặt 1,171
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2022-01-10
Ngày Phát Hành 2020-05-21
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển LoVega
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}