Proxy SwitchySharp
Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus"
O que é Proxy SwitchySharp?
Proxy SwitchySharp é uma extensão do Chrome desenvolvida por FelisCatus, e sua principal característica é "Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus"".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Proxy SwitchySharp
Baixe arquivos de extensão Proxy SwitchySharp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Proxy SwitchySharp |
ID | dpplabbmogkhghncfbfdeeokoefdjegm |
URL Oficial | https://chromewebstore.google.com/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm |
Descrição | Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus" |
Tamanho do Arquivo | 197 KB |
Contagem de Instalações | 500,000 |
Versão Atual | 1.10.7 |
Última Atualização | 2020-03-14 |
Data de Publicação | 2020-03-13 |
Classificação | 4.69/5 Total de 5619 Avaliações |
Desenvolvedor | FelisCatus |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/FelisCatus/switchysharp |
URL da Página de Ajuda | https://github.com/FelisCatus/switchysharp |
URL da Página de Política de Privacidade | https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy |
Idiomas Suportados | 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", " |