Proxy Switcher
Manage and switch between multiple proxies quickly and for free
Proxy Switcher란 무엇입니까?
Proxy Switcher은(는) freebusinessapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage and switch between multiple proxies quickly and for free"입니다.
확장 프로그램 스크린샷
Proxy Switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Need to use a proxy to surf the Internet? Try installing our addon now and begin surfing the Internet with a free proxy. This addon allows the user to know the current type of proxy their browser is currently using : - No Proxy Mode - Auto-detect Proxy Mode (Auto detect proxy settings for this network) - System Mode (Use system proxy settings) - Manual Mode
확장 프로그램 기본 정보
이름 | Proxy Switcher |
ID | mkadbpfbeodfhecnomokbifkplpaplbg |
공식 URL | https://chromewebstore.google.com/detail/proxy-switcher/mkadbpfbeodfhecnomokbifkplpaplbg |
설명 | Manage and switch between multiple proxies quickly and for free |
파일 크기 | 46.89 KB |
설치 횟수 | 301 |
현재 버전 | 1.0.0.4 |
최근 업데이트 | 2023-06-29 |
출시 날짜 | 2019-09-12 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | freebusinessapps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://translate-welcome.freebusinessapps.net/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxy Switcher", "short_name": "proxy-switcher", "description": "Manage and switch between multiple proxies quickly and for free", "version": "1.0.0.4", "manifest_version": 2, "default_locale": "en", "permissions": [ "storage", "notifications", "proxy", "https:\/\/*.freebusinessapps.net\/*", "notifications" ], "storage": { "managed_schema": "schema.json" }, "browser_action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png" }, "default_popup": "data\/panel\/index.html" }, "background": { "scripts": [ "data\/panel\/utils.js", "data\/panel\/firefox-proxy.js", "\/notify\/common-push-init.js", "\/notify\/common.js", "\/notify\/common-push.js", "\/notify\/background.js" ] }, "homepage_url": "https:\/\/proxy-switcher.freebusinessapps.net", "icons": { "16": "data\/icons\/16.png", "48": "data\/icons\/48.png", "128": "data\/icons\/128.png" }, "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |