New Reddit Redirect
Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
What is New Reddit Redirect?
New Reddit Redirect is a Chrome extension developed by Tyler W, and its main feature is "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)".
Extension Screenshots
Download New Reddit Redirect Extension CRX File
Download New 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
always be on www.reddit.com Old Reddit Redirect is an extension that I use. I heard someone say the opposite would be useful for them, so I edited it to do the opposite
Extension Basic Information
Name | New Reddit Redirect |
ID | aeaplligbgbdhbdjibdfpnfdbefobgll |
Official URL | https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll |
Description | Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com) |
File Size | 454 KB |
Installation Count | 175 |
Current Version | 1.0 |
Last Updated | 2019-01-08 |
Publish Date | 2019-01-08 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Tyler W |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "description": "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "New Reddit Redirect", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/new.reddit.com\/*", "*:\/\/pay.reddit.com\/*", "*:\/\/old.reddit.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |