Redirectron
Get around web blockers instantly!
Redirectron란 무엇입니까?
Redirectron은(는) TheGuyWithTheFace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get around web blockers instantly!"입니다.
확장 프로그램 스크린샷
Redirectron 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | klkaaecjigmnjmmbbdhcchpdolckoocp |
공식 URL | 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" } } } |