Proxy Switchy Auto
Automated proxy switching per domain using PAC script.
Proxy Switchy Auto là gì?
Proxy Switchy Auto là một tiện ích mở rộng Chrome được phát triển bởi mubaidr, và tính năng chính của nó là "Automated proxy switching per domain using PAC script.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Proxy Switchy Auto
Tải xuống các tệp mở rộng Proxy Switchy Auto 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Proxy Switchy Auto |
ID | bnhejmehblohhaalgnnohedpijgkjeof |
URL Chính Thức | https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof |
Mô tả | Automated proxy switching per domain using PAC script. |
Kích Thước Tệp | 126 KB |
Số Lần Cài Đặt | 2,376 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2023-10-17 |
Ngày Phát Hành | 2018-12-05 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | mubaidr |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88 |
Ngôn Ngữ Được Hỗ Trợ | 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" } |