reddit-uhd

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

reddit-uhdคืออะไร?

reddit-uhd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qashto.com และคุณลักษณะหลักของมันคือ "Redesigns reddit! Replaces thumbnails and low-res previews with full-res images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reddit-uhd

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}