Proxy Helper

Set proxy for Google Chrome browser

Proxy Helper란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        By default, Chrome use the system proxy setting, but sometime we want to set proxy ONLY for chrome, not the whole system. 

This extension use Chrome native API to set proxy, support  socks5, socks4, http, HTTPS protocols and pac script, Fast And Simple.   

Features:

+ support socks4, socks5, http, https, quic proxy settings
+ support pac script
+ support bypass list
+ support customer rules
+ support authentication
+ support extension settings synchronize                    

확장 프로그램 기본 정보

이름 Proxy Helper Proxy Helper
ID mnloefcpaepkpmhaoipjkpikbnkmbnic
공식 URL https://chromewebstore.google.com/detail/proxy-helper/mnloefcpaepkpmhaoipjkpikbnkmbnic
설명 Set proxy for Google Chrome browser
파일 크기 129 KB
설치 횟수 113,965
현재 버전 1.4.5
최근 업데이트 2022-08-22
출시 날짜 2017-12-14
평점 3.79/5 총 191 개의 평점
개발자 henices
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/henices/Chrome-proxy-helper
도움말 페이지 URL https://github.com/henices/Chrome-proxy-helper/issues
지원되는 언어 en,ru,zh-CN,ja
manifest.json
{
    "version": "1.4.5",
    "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": [
        "file:\/\/*\/*",
        "proxy",
        "tabs",
        "unlimitedStorage",
        "",
        "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": "38.0.0"
}