Proxy Switcher
A simple, minimal Chrome extension to switch between configured proxy profiles.
Proxy Switcher là gì?
Proxy Switcher là một tiện ích mở rộng Chrome được phát triển bởi stalkr, và tính năng chính của nó là "A simple, minimal Chrome extension to switch between configured proxy profiles.".
Ả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 Switcher
Tải xuống các tệp mở rộng Proxy Switcher 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
A simple, minimal Chrome extension to switch between configured proxy profiles.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Proxy Switcher |
ID | nfgjkknbjghcmeifdfocmofahdibbgae |
URL Chính Thức | https://chromewebstore.google.com/detail/proxy-switcher/nfgjkknbjghcmeifdfocmofahdibbgae |
Mô tả | A simple, minimal Chrome extension to switch between configured proxy profiles. |
Kích Thước Tệp | 39.46 KB |
Số Lần Cài Đặt | 506 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-01-03 |
Ngày Phát Hành | 2019-05-25 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | stalkr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/StalkR/chrome-proxy-switcher |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Proxy Switcher", "version": "1.5", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "proxy", "storage" ], "action": { "default_icon": "icon24-grey.png", "default_popup": "popup.html", "default_title": "Proxy Switcher" } } |