Always Old Reddit

Redirect reddit.com to old.reddit.com

What is Always Old Reddit?

Always Old Reddit is a Chrome extension developed by TechHax, and its main feature is "Redirect reddit.com to old.reddit.com".

Extension Screenshots

screenshot

Download Always Old Reddit Extension CRX File

Download Always Old Reddit 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

                        Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy!

Also the code is on Github @ https://github.com/TechHax/always-old-reddit

If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_                    

Extension Basic Information

Name Always Old Reddit Always Old Reddit
ID cencjkmlbgldjkepigaaelkodbfbifba
Official URL https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba
Description Redirect reddit.com to old.reddit.com
File Size 8.46 KB
Installation Count 670
Current Version 1.0
Last Updated 2019-09-17
Publish Date 2019-09-16
Rating 3.80/5 Total 5 Ratings
Developer TechHax
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect reddit.com to old.reddit.com",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "webRequestBlocking"
    ]
}