reddit-uhd

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

Was ist reddit-uhd?

reddit-uhd ist eine Chrome-Erweiterung, die von https://qashto.com entwickelt wurde, und ihr Hauptmerkmal ist "Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

reddit-uhd-Erweiterungs-CRX-Datei herunterladen

Laden Sie reddit-uhd-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name reddit-uhd reddit-uhd
ID lbgicmachmkfbkbldccboimfplmemfip
Offizielle URL https://chromewebstore.google.com/detail/reddit-uhd/lbgicmachmkfbkbldccboimfplmemfip
Beschreibung Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.
Dateigröße 308 KB
Installationsanzahl 106
Aktuelle Version 1.3.7
Letztes Update 2023-08-04
Veröffentlichungsdatum 2018-06-12
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler https://qashto.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}