Old Reddit Redirect
Ensure Reddit always loads the old design, except when using new.reddit.com links
What is Old Reddit Redirect?
Old Reddit Redirect is a Chrome extension developed by Unknown, and its main feature is "Ensure Reddit always loads the old design, except when using new.reddit.com links".
Extension Screenshots
Download Old Reddit Redirect Extension CRX File
Download Old Reddit Redirect 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
Redirects Reddit links to old.reddit.com, except when using new.reddit.com The new.reddit.com redirect is what distinguishes it from the extension it was based on. Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US
Extension Basic Information
Name | Old Reddit Redirect |
ID | npidphabboicbpfnemnaohbngaikfmbh |
Official URL | https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh |
Description | Ensure Reddit always loads the old design, except when using new.reddit.com links |
File Size | 447 KB |
Installation Count | 51 |
Current Version | 2.0.0 |
Last Updated | 2020-04-21 |
Publish Date | 2020-04-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Reddit Redirect", "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links", "version": "2.0.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/old.reddit.com\/*" ] } |