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"”。

擴展截圖

screenshot
screenshot
screenshot

下載Proxy SwitchySharp擴展crx文件

下載Proxy SwitchySharp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Proxy SwitchySharp
ID dpplabbmogkhghncfbfdeeokoefdjegm
官方網址 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",
        ""
    ],
    "version": "1.10.7",
    "minimum_chrome_version": "18.0.0",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dpplabbmogkhghncfbfdeeokoefdjegm"
}