Simple proxy helper
Set proxy for Google Chrome browser
Simple proxy helper란 무엇입니까?
Simple proxy helper은(는) extensiondev2020에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set proxy for Google Chrome browser"입니다.
확장 프로그램 스크린샷
Simple proxy helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple proxy helper is an extension that allows people to connect to webRTC providers through a SOCKS5 proxy in case they cannot access it directly due to communication or infrastructure problems. The proxy only works for a limited set of webRTC providers. The extension is for internal use.
확장 프로그램 기본 정보
이름 | Simple proxy helper |
ID | ggbeghljoagdajigdliipcdnpjgmjjlh |
공식 URL | https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh |
설명 | Set proxy for Google Chrome browser |
파일 크기 | 21.16 KB |
설치 횟수 | 209 |
현재 버전 | 0.0.15 |
최근 업데이트 | 2021-12-15 |
출시 날짜 | 2020-08-18 |
평점 | 2.67/5 총 3 개의 평점 |
개발자 | extensiondev2020 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "version": "0.0.15", "manifest_version": 3, "default_locale": "en", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "icons": { "128": "images\/on.png" }, "permissions": [ "proxy", "privacy" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/off.png", "default_title": "__MSG_title__", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.interprefy.com\/*", "*:\/\/*.interpret.world\/*", "*:\/\/interpret.world\/*" ] }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "88" } |