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 https://redbanhammer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes reddit's theme awesome, without losing the authentic reddit experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में redd.AT - an [A]wesome [T]heme for reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम redd.AT - an [A]wesome [T]heme for reddit redd.AT - an [A]wesome [T]heme for reddit
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\/*"
    ]
}