Reddit UI Redirector

Redirects reddit.com URLs to new.reddit.com.

Reddit UI Redirector क्या है?

Reddit UI Redirector Andro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects reddit.com URLs to new.reddit.com."।

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

screenshot

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

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

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

                        New Reddit Redirection extension simply redirects reddit.com to new.reddit.com to force use of the "new" Reddit layout.                    

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

नाम Reddit UI Redirector Reddit UI Redirector
ID nkoapgdkoheaadbeijfdlnogkjlgcimc
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-ui-redirector/nkoapgdkoheaadbeijfdlnogkjlgcimc
विवरण Redirects reddit.com URLs to new.reddit.com.
फ़ाइल का आकार 1.13 MB
स्थापना संख्या 567
वर्तमान संस्करण 1.3
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2024-02-19
रेटिंग 4.93/5 कुल 14 रेटिंग्स
डेवलपर Andro
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit UI Redirector",
    "version": "1.3",
    "description": "Redirects reddit.com URLs to new.reddit.com.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}