Proxy Helper

Set proxy for Google Chrome browser

Proxy Helper란 무엇입니까?

Proxy Helper은(는) https://bunnbuns.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set proxy for Google Chrome browser"입니다.

확장 프로그램 스크린샷

screenshot

Proxy Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A clone of https://github.com/henices/Chrome-proxy-helper/ for ease of access. 
Lets you bypass system wide proxy and use direct connection.                    

확장 프로그램 기본 정보

이름 Proxy Helper Proxy Helper
ID hheejnkdpbnlbppabadgboahgjdikacj
공식 URL https://chromewebstore.google.com/detail/proxy-helper/hheejnkdpbnlbppabadgboahgjdikacj
설명 Set proxy for Google Chrome browser
파일 크기 298 KB
설치 횟수 10,000
현재 버전 1.2.7
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.60/5 총 5 개의 평점
개발자 https://bunnbuns.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,zh-CN
manifest.json
{
    "version": "1.2.7",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png",
        "48": "images\/on48.png",
        "16": "images\/on16.png"
    },
    "permissions": [
        "proxy",
        "tabs",
        "unlimitedStorage",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "open-option": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open option page"
        }
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0"
}