Proxy Switcher
Manage and switch between multiple proxies quickly and for free
Proxy Switcher là gì?
Proxy Switcher là một tiện ích mở rộng Chrome được phát triển bởi freebusinessapps, và tính năng chính của nó là "Manage and switch between multiple proxies quickly and for free".
Ả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
Need to use a proxy to surf the Internet? Try installing our addon now and begin surfing the Internet with a free proxy. This addon allows the user to know the current type of proxy their browser is currently using : - No Proxy Mode - Auto-detect Proxy Mode (Auto detect proxy settings for this network) - System Mode (Use system proxy settings) - Manual Mode
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Proxy Switcher |
ID | mkadbpfbeodfhecnomokbifkplpaplbg |
URL Chính Thức | https://chromewebstore.google.com/detail/proxy-switcher/mkadbpfbeodfhecnomokbifkplpaplbg |
Mô tả | Manage and switch between multiple proxies quickly and for free |
Kích Thước Tệp | 46.89 KB |
Số Lần Cài Đặt | 301 |
Phiên Bản Hiện Tại | 1.0.0.4 |
Cập Nhật Lần Cuối | 2023-06-29 |
Ngày Phát Hành | 2019-09-12 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | freebusinessapps |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://translate-welcome.freebusinessapps.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxy Switcher", "short_name": "proxy-switcher", "description": "Manage and switch between multiple proxies quickly and for free", "version": "1.0.0.4", "manifest_version": 2, "default_locale": "en", "permissions": [ "storage", "notifications", "proxy", "https:\/\/*.freebusinessapps.net\/*", "notifications" ], "storage": { "managed_schema": "schema.json" }, "browser_action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png" }, "default_popup": "data\/panel\/index.html" }, "background": { "scripts": [ "data\/panel\/utils.js", "data\/panel\/firefox-proxy.js", "\/notify\/common-push-init.js", "\/notify\/common.js", "\/notify\/common-push.js", "\/notify\/background.js" ] }, "homepage_url": "https:\/\/proxy-switcher.freebusinessapps.net", "icons": { "16": "data\/icons\/16.png", "48": "data\/icons\/48.png", "128": "data\/icons\/128.png" }, "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |