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