reddit-uhd

Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.

reddit-uhd là gì?

reddit-uhd là một tiện ích mở rộng Chrome được phát triển bởi https://qashto.com, và tính năng chính của nó là "Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng reddit-uhd

Tải xuống các tệp mở rộng reddit-uhd 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

                        reddit-uhd replaces tiny thumbnails with full quality images, gifs, and videos.

ONLY works with old.reddit.com

If you like the extension please send a donation on Paypal!
https://www.paypal.me/qashto/5                    

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

Tên reddit-uhd reddit-uhd
ID lbgicmachmkfbkbldccboimfplmemfip
URL Chính Thức https://chromewebstore.google.com/detail/reddit-uhd/lbgicmachmkfbkbldccboimfplmemfip
Mô tả Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.
Kích Thước Tệp 308 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.3.7
Cập Nhật Lần Cuối 2023-08-04
Ngày Phát Hành 2018-06-12
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://qashto.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "qashto_reddit-uhd.css"
            ],
            "js": [
                "jquery.slim.min.js",
                "qashto_reddit-uhd.user.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "description": "Redesigns reddit!  Replaces thumbnails and low-res previews with full-res images.",
    "homepage_url": "https:\/\/github.com\/quinton-ashley\/reddit-uhd\/blob\/master\/README.md",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/logo128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png",
        "1024": "icons\/icon1024.png"
    },
    "manifest_version": 2,
    "name": "reddit-uhd",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "reddit-uhd",
    "version": "1.3.7"
}