WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Old Reddit Redirect

Old Reddit Redirect

View on Chrome Web Store
View Old Reddit Redirect Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (317 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Ensure Reddit always loads the old design
Type
Extension
Users
90,000 users
10K
tomjwatson
View author page of tomjwatson
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 25, 2018
Version 2.0.9
Manifest version
3
Updated
Updated on July 4, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Old Reddit Redirect Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Reddit Redirect",
    "description": "Ensure Reddit always loads the old design",
    "version": "2.0.9",
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko_android": [],
        "gecko": {
            "id": "{9063c2e9-e07c-4c2c-9646-cfe7ca8d0498}",
            "strict_min_version": "130.0"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/old.reddit.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/amp.reddit.com\/*",
        "*:\/\/i.reddit.com\/*",
        "*:\/\/i.redd.it\/*",
        "*:\/\/preview.redd.it\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top