Redirectron

Get around web blockers instantly!

O que é Redirectron?

Redirectron é uma extensão do Chrome desenvolvida por TheGuyWithTheFace, e sua principal característica é "Get around web blockers instantly!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Redirectron

Baixe arquivos de extensão Redirectron no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Redirectron Redirectron
ID klkaaecjigmnjmmbbdhcchpdolckoocp
URL Oficial https://chromewebstore.google.com/detail/redirectron/klkaaecjigmnjmmbbdhcchpdolckoocp
Descrição Get around web blockers instantly!
Tamanho do Arquivo 12.44 KB
Contagem de Instalações 53
Versão Atual 1.0
Última Atualização 2014-03-29
Data de Publicação 2014-03-28
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor TheGuyWithTheFace
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}