Old Reddit Redirect

Ensure Reddit always loads the old design, except when using new.reddit.com links

Old Reddit Redirect क्या है?

Old Reddit Redirect Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ensure Reddit always loads the old design, except when using new.reddit.com links"।

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

screenshot

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

crx प्रारूप में Old Reddit Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Redirects Reddit links to old.reddit.com, except when using new.reddit.com
The new.reddit.com redirect is what distinguishes it from the extension it was based on.
Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US                    

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

नाम Old Reddit Redirect Old Reddit Redirect
ID npidphabboicbpfnemnaohbngaikfmbh
आधिकारिक URL https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh
विवरण Ensure Reddit always loads the old design, except when using new.reddit.com links
फ़ाइल का आकार 447 KB
स्थापना संख्या 51
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2020-04-21
प्रकाशन तिथि 2020-04-21
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Reddit Redirect",
    "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links",
    "version": "2.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/old.reddit.com\/*"
    ]
}