Proxy Switchy Auto
Automated proxy switching per domain using PAC script.
Proxy Switchy Autoคืออะไร?
Proxy Switchy Auto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mubaidr และคุณลักษณะหลักของมันคือ "Automated proxy switching per domain using PAC script."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxy Switchy Auto
ดาวน์โหลดไฟล์ส่วนขยาย Proxy Switchy Auto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to configure proxy on domain/ url basis. Ability to choose/assign proxy for each domain request in the current tab from the added proxy list which make sure that all following requests for this domain are loaded through the assigned proxy server.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Proxy Switchy Auto |
ID | bnhejmehblohhaalgnnohedpijgkjeof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof |
คำอธิบาย | Automated proxy switching per domain using PAC script. |
ขนาดไฟล์ | 126 KB |
จำนวนการติดตั้ง | 2,376 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2023-10-17 |
วันที่เผยแพร่ | 2018-12-05 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | mubaidr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": ".\/popup.html" }, "description": "Automated proxy switching per domain using PAC script.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "manifest_version": 2, "name": "Proxy Switchy Auto", "options_ui": { "chrome_style": false, "page": ".\/options.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "webRequest", "proxy" ], "version": "1.2.2" } |