Simple Proxy
Proxy switch for each individual website.
Simple Proxy란 무엇입니까?
Simple Proxy은(는) jinzhenzu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy switch for each individual website."입니다.
확장 프로그램 스크린샷
Simple Proxy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you need to configure a separate proxy policy for each domain name, then you will need this extension. This extension helps you easily control whether each domain uses a proxy and provides a convenient black and white list mode.
확장 프로그램 기본 정보
이름 | Simple Proxy |
ID | pjogfmifcmhdmfogmihinlfgdbfbjcli |
공식 URL | https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli |
설명 | Proxy switch for each individual website. |
파일 크기 | 180 KB |
설치 횟수 | 163 |
현재 버전 | 3.2.0 |
최근 업데이트 | 2023-11-30 |
출시 날짜 | 2019-11-25 |
개발자 | jinzhenzu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jzz4012650/simple_proxy/tree/v3.1.0 |
도움말 페이지 URL | https://github.com/jzz4012650/simple_proxy/tree/v3.1.0 |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.2.0", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Proxy" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "options_page": "options.html", "permissions": [ "proxy", "tabs", "storage", "webRequest", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |