Best Reddit Redirect
Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!
What is Best Reddit Redirect?
Best Reddit Redirect is a Chrome extension developed by kevin50jiang, and its main feature is "Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!".
Extension Screenshots
Download Best Reddit Redirect Extension CRX File
Download Best 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
Easily all Reddit visits towards the type of your choice! Choose and toggle between old.reddit.com, new.reddit.com, and i.reddit.com. Click on the extension button to toggle between websites. View the source code, or help contribute at: https://github.com/kevin51jiang/Best-Reddit-Redirect
Extension Basic Information
Name | Best Reddit Redirect |
ID | jclhpbepnmagnghkmlhndajahfpimigm |
Official URL | https://chromewebstore.google.com/detail/best-reddit-redirect/jclhpbepnmagnghkmlhndajahfpimigm |
Description | Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today! |
File Size | 21.19 KB |
Installation Count | 174 |
Current Version | 0.3 |
Last Updated | 2022-08-09 |
Publish Date | 2022-08-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | kevin50jiang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kevin51jiang/Best-Reddit-Redirect |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Best Reddit Redirect", "description": "Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!", "manifest_version": 3, "version": "0.3", "permissions": [ "declarativeNetRequest", "storage" ], "icons": { "16": "logo_16.png", "32": "logo_32.png", "48": "logo_48.png", "128": "logo.png" }, "host_permissions": [ "*:\/\/reddit.com\/*", "*:\/\/*.reddit.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "i", "enabled": true, "path": "redirect_i.json" }, { "id": "old", "enabled": true, "path": "redirect_old.json" }, { "id": "new", "enabled": true, "path": "redirect_new.json" } ] }, "action": { "default_title": "Change redirect" }, "background": { "service_worker": "background.js" } } |