Indigo Plus

Redirect Reddit

什么是Indigo Plus?

Indigo Plus是由RedShift开发的Chrome扩展程序,该扩展的主要功能是“Redirect Reddit”。

下载Indigo Plus扩展crx文件

下载Indigo Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Indigo Plus Indigo Plus
ID dkhhkneinejdepgbnlbodamobhghheib
官方URL https://chrome.google.com/webstore/detail/indigo-plus/dkhhkneinejdepgbnlbodamobhghheib
简介 Redirect Reddit
文件大小 6.47 KB
安装次数 28
当前版本 0.2
更新时间 2013-08-22
上架时间 2013-08-22
评分 4.33/5 共3次评分
开发者 RedShift
付费类型 free
支持的语言 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"
    ]
}