Proxy SwitchySharp
Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus"
Proxy SwitchySharp란 무엇입니까?
Proxy SwitchySharp은(는) FelisCatus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus""입니다.
확장 프로그램 스크린샷
Proxy SwitchySharp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Deprecated. Please upgrade to SwitchyOmega instead. https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif ---------------------------------------------- THIS PROJECT IS NO LONGER ACTIVELY MAINTAINED! ---------------------------------------------- 项目已经不再维护,请升级到 SwitchyOmega. https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif Features: : Use Chrome Proxy API instead of changing system proxy settings. : Support auto switching, which switches among proxy profiles according to URL rules. : Data import and export. : Online rule lists (AutoProxy? compatible). : Use event handling (which is much more efficient and accurate) instead of polling to monitor proxy change. : Advanced quick switch mode options allow you to switch among your proxies with one click. Enjoy~ Why am I working on the project? News came that @gh05tw01f decided to stop updating and supporting SwitchyPlus. So I modified the source code for my own use. In the spirit of being open, I used GPL on my modifications and started a new open source project, SwitchySharp. As users requested, I uploaded the extension to Chrome Web Store.
확장 프로그램 기본 정보
이름 | Proxy SwitchySharp |
ID | dpplabbmogkhghncfbfdeeokoefdjegm |
공식 URL | https://chromewebstore.google.com/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm |
설명 | Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus" |
파일 크기 | 197 KB |
설치 횟수 | 500,000 |
현재 버전 | 1.10.7 |
최근 업데이트 | 2020-03-14 |
출시 날짜 | 2020-03-13 |
평점 | 4.69/5 총 5619 개의 평점 |
개발자 | FelisCatus |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/FelisCatus/switchysharp |
도움말 페이지 URL | https://github.com/FelisCatus/switchysharp |
개인정보 보호 정책 페이지 URL | https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "main.html" }, "browser_action": { "default_icon": "assets\/images\/icon-blue.png", "default_title": "__MSG_manifest_iconTitle__", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_manifest_appDescription__", "icons": { "16": "assets\/images\/icon.png", "128": "assets\/images\/icon-128.png" }, "name": "__MSG_manifest_appName__", "options_page": "options.html", "permissions": [ "proxy", "tabs", " |