Always Old Reddit

Redirect all reddit pages to old.reddit

What is Always Old Reddit?

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

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

                        Tired of the reddit defaulting to the new layout when changing accounts/in incognito? This extension redirects all reddit.com URLs to old.reddit.com.

Code available at https://github.com/tkrome/OldReddit

Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY                    

Extension Basic Information

Name Always Old Reddit Always Old Reddit
ID aaalibmmnojbnlcaanlofnmaclldefii
Official URL https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii
Description Redirect all reddit pages to old.reddit
File Size 5.84 KB
Installation Count 28
Current Version 1.0
Last Updated 2018-05-08
Publish Date 2018-05-08
Rating 5.00/5 Total 2 Ratings
Developer tkrome
Email [email protected]
Payment Type free
Extension Website https://github.com/tkrome/OldReddit
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect all reddit pages to old.reddit",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/reddit.com\/*",
        "webRequestBlocking"
    ]
}