Proxy SwitchySharp
Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus"
Proxy SwitchySharpคืออะไร?
Proxy SwitchySharp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FelisCatus และคุณลักษณะหลักของมันคือ "Manage and switch between multiple proxies quickly & easily. Based on "Proxy Switchy!" & "SwitchyPlus""
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxy SwitchySharp
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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", " |