Indigo Plus

Redirect Reddit

Indigo Plus là gì?

Indigo Plus là một tiện ích mở rộng Chrome được phát triển bởi RedShift, và tính năng chính của nó là "Redirect Reddit".

Tải xuống tệp CRX của tiện ích mở rộng Indigo Plus

Tải xuống các tệp mở rộng Indigo Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Indigo Plus Indigo Plus
ID dkhhkneinejdepgbnlbodamobhghheib
URL Chính Thức https://chrome.google.com/webstore/detail/indigo-plus/dkhhkneinejdepgbnlbodamobhghheib
Mô tả Redirect Reddit
Kích Thước Tệp 6.47 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2013-08-22
Ngày Phát Hành 2013-08-22
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển RedShift
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}