redd.AT - an [A]wesome [T]heme for reddit
Makes reddit's theme awesome, without losing the authentic reddit experience.
Τι είναι το redd.AT - an [A]wesome [T]heme for reddit;
Το redd.AT - an [A]wesome [T]heme for reddit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://redbanhammer.com, και η κύρια λειτουργία του είναι "Makes reddit's theme awesome, without losing the authentic reddit experience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης redd.AT - an [A]wesome [T]heme for reddit
Λήψη αρχείων επέκτασης redd.AT - an [A]wesome [T]heme for reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        redd.AT is a lightweight extension that modernizes reddit.  Based on /r/minimalism's subreddit style, redd.AT provides a clean and unified experience that preserves reddit's core philosophy of content above all else.
redd.AT is compatible with RES (reddit Enhancement Suite), but works with plain-ol' reddit just as well.
~ Tips ~
For the best experience, please install Open Sans on your computer:
http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans
~ Nota Bene ~
This message indicates that redd.AT is in public beta.  I originally created redd.AT for personal use, but due to popular demand I've decided to increase its availability.  It's stable and secure, but I make no guarantees (implied or explicit) that the extension is completely bug-free.
If you encounter a bug, glitch, or otherwise have feedback about redd.AT, please consider leaving a review or contacting me via redbanhammer[at]gmail[.]com.  Thanks!                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | dbggpjmenkchifddcfkjmhmbjpgjkhfb | 
| Επίσημο URL | https://chromewebstore.google.com/detail/reddat-an-awesome-theme-f/dbggpjmenkchifddcfkjmhmbjpgjkhfb | 
| Περιγραφή | Makes reddit's theme awesome, without losing the authentic reddit experience. | 
| Μέγεθος Αρχείου | 1.17 MB | 
| Αριθμός Εγκαταστάσεων | 33 | 
| Τρέχουσα Έκδοση | 0.8.2.43 | 
| Τελευταία Ενημέρωση | 2015-12-22 | 
| Ημερομηνία Δημοσίευσης | 2015-12-21 | 
| Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις | 
| Προγραμματιστής | https://redbanhammer.com | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "redd.AT - an [A]wesome [T]heme for reddit",
    "short_name": "redd.AT",
    "description": "Makes reddit's theme awesome, without losing the authentic reddit experience.",
    "author": "RedBanHammer",
    "homepage_url": "http:\/\/redd.at",
    "version": "0.8.2.43",
    "icons": {
        "128": "\/icons\/icon128.png",
        "48": "\/icons\/icon48.png",
        "16": "\/icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/reddit.com\/*",
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "\/core\/redd.at.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/reddit.com\/*",
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "\/core\/redd.at.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.redditmedia.com\/*",
        "*:\/\/reddit.com\/*",
        "*:\/\/*.reddit.com\/*"
    ],
    "background": {
        "scripts": [
            "\/core\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/opensans\/*",
        "\/icons\/*",
        "\/libs\/*"
    ]
}  |  |