reddit-uhd
Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.
Co to jest reddit-uhd?
reddit-uhd to rozszerzenie Chrome opracowane przez https://qashto.com, a jego główną funkcją jest „Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia reddit-uhd
Pobierz pliki rozszerzeń reddit-uhd w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | reddit-uhd |
ID | lbgicmachmkfbkbldccboimfplmemfip |
Oficjalny URL | https://chromewebstore.google.com/detail/reddit-uhd/lbgicmachmkfbkbldccboimfplmemfip |
Opis | Redesigns reddit! Replaces thumbnails and low-res previews with full-res images. |
Rozmiar pliku | 308 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 1.3.7 |
Ostatnia Aktualizacja | 2023-08-04 |
Data Publikacji | 2018-06-12 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | https://qashto.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |