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
官方URL 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"
}