Proxy SwitchySharp

Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus"

Proxy SwitchySharp là gì?

Proxy SwitchySharp là một tiện ích mở rộng Chrome được phát triển bởi FelisCatus, và tính năng chính của nó là "Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus"".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Proxy SwitchySharp

Tải xuống các tệp mở rộng Proxy SwitchySharp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Proxy SwitchySharp Proxy SwitchySharp
ID dpplabbmogkhghncfbfdeeokoefdjegm
URL Chính Thức https://chromewebstore.google.com/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm
Mô tả Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus"
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 500,000
Phiên Bản Hiện Tại 1.10.7
Cập Nhật Lần Cuối 2020-03-14
Ngày Phát Hành 2020-03-13
Đánh Giá 4.69/5 Tổng số 5619 Đánh Giá
Nhà Phát Triển FelisCatus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FelisCatus/switchysharp
URL Trang Trợ Giúp https://github.com/FelisCatus/switchysharp
URL Trang Chính Sách Bảo Mật https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}