Indigo Plus
Redirect Reddit
What is Indigo Plus?
Indigo Plus is a Chrome extension developed by RedShift, and its main feature is "Redirect Reddit".
Download Indigo Plus Extension CRX File
Download Indigo Plus 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
Indigo Plus is a Chrome extension that appends a "+" symbol to the end of subreddit names on reddit.com. This allows some web filters to be bypassed.
Extension Basic Information
Name | |
ID | dkhhkneinejdepgbnlbodamobhghheib |
Official URL | https://chrome.google.com/webstore/detail/indigo-plus/dkhhkneinejdepgbnlbodamobhghheib |
Description | Redirect Reddit |
File Size | 6.47 KB |
Installation Count | 28 |
Current Version | 0.2 |
Last Updated | 2013-08-22 |
Publish Date | 2013-08-22 |
Rating | 4.33/5 Total 3 Ratings |
Developer | RedShift |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Indigo Plus", "description": "Redirect Reddit", "version": "0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "webRequestBlocking", "tabs" ] } |