reddit-uhd
Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.
What is reddit-uhd?
reddit-uhd is a Chrome extension developed by https://qashto.com, and its main feature is "Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.".
Extension Screenshots
Download reddit-uhd Extension CRX File
Download reddit-uhd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | reddit-uhd |
ID | lbgicmachmkfbkbldccboimfplmemfip |
Official URL | https://chromewebstore.google.com/detail/reddit-uhd/lbgicmachmkfbkbldccboimfplmemfip |
Description | Redesigns reddit! Replaces thumbnails and low-res previews with full-res images. |
File Size | 308 KB |
Installation Count | 106 |
Current Version | 1.3.7 |
Last Updated | 2023-08-04 |
Publish Date | 2018-06-12 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://qashto.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |