Reddit UI Redirector

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

What is Reddit UI Redirector?

Reddit UI Redirector is a Chrome extension developed by Andro, and its main feature is "Redirects reddit.com URLs to new.reddit.com.".

Extension Screenshots

screenshot

Download Reddit UI Redirector Extension CRX File

Download Reddit UI Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Reddit UI Redirector Reddit UI Redirector
ID nkoapgdkoheaadbeijfdlnogkjlgcimc
Official URL https://chromewebstore.google.com/detail/reddit-ui-redirector/nkoapgdkoheaadbeijfdlnogkjlgcimc
Description Redirects reddit.com URLs to new.reddit.com.
File Size 1.13 MB
Installation Count 567
Current Version 1.3
Last Updated 2024-02-21
Publish Date 2024-02-19
Rating 4.93/5 Total 14 Ratings
Developer Andro
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}