Redirectron

Get around web blockers instantly!

什麼是Redirectron?

Redirectron是由TheGuyWithTheFace開發的Chrome擴展程式,該擴展的主要功能是“Get around web blockers instantly!”。

擴展截圖

screenshot
screenshot
screenshot

下載Redirectron擴展crx文件

下載Redirectron擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Redirectron makes it easy to evade the dreaded "Blocked Request" page of your School or Workplace.

How to use: 

Whenever your attempt to access a website is blocked, simply click the icon or press Alt+Shift+R, and the blocked site will be sent around the blocker through the proxy filter of your choice.

To change the default proxy, right click the extension icon and click "options".

FAQs:

1. Where can I see the source code?
Right Here: https://github.com/TheGuyWithTheFace/Redirectron

2. Why on earth do you need the "tabs" permission?
Oddly enough, it's required for the keyboard shortcut. Think I'm doing something wrong? Have a look in the source code!

3. Who made that fancy icon?
Alas, not I. A friend of mine, Kevin Rabinovich, is a designer, here's his site: http://kevinrabinovich.me/

DISCLAIMER: You and you only are responsible for your actions when using this extension. If you get in trouble, that's your fault-don't come crying to me.                    

擴展基本資訊

名稱 Redirectron Redirectron
ID klkaaecjigmnjmmbbdhcchpdolckoocp
官方網址 https://chromewebstore.google.com/detail/redirectron/klkaaecjigmnjmmbbdhcchpdolckoocp
簡介 Get around web blockers instantly!
檔案大小 12.44 KB
安裝次數 53
目前版本 1.0
更新時間 2014-03-29
上架時間 2014-03-28
評分 3.67/5 共 3 次評分
開發者 TheGuyWithTheFace
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redirectron",
    "version": "1.0",
    "description": "Get around web blockers instantly!",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "mainEvent.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "commands": {
        "redirect-on-key": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Redirect triggered by key press instead of click"
        }
    }
}