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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}