reddit-uhd

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

什麼是reddit-uhd?

reddit-uhd是由https://qashto.com開發的Chrome擴展程式,該擴展的主要功能是“Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載reddit-uhd擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 reddit-uhd reddit-uhd
ID lbgicmachmkfbkbldccboimfplmemfip
官方網址 https://chromewebstore.google.com/detail/reddit-uhd/lbgicmachmkfbkbldccboimfplmemfip
簡介 Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.
檔案大小 308 KB
安裝次數 106
目前版本 1.3.7
更新時間 2023-08-04
上架時間 2018-06-12
評分 4.25/5 共 4 次評分
開發者 https://qashto.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}