AI 产品解读Configures Chrome's built-in proxy settings to route browser traffic through a user-specified SOCKS5 proxy server
Provides a simple UI to set up SOCKS5 proxy routing in Chrome, including a bypass list for domains that should connect directly (e.g., local/intranet sites)
User clicks extension icon → options page opens → user enters SOCKS5 proxy address (e.g., 127.0.0.1:1080) → toggles proxy/bypass switches → clicks Save → extension calls chrome.proxy.settings.set to apply the configuration. Disabling restores system proxy mode.
Toggle SOCKS5 proxy on/offSet SOCKS5 proxy server address (host:port)Configure a bypass domain list (domains excluded from proxy)Default bypass includes local networks (10.x, 192.168.x, etc.) and configurable domains like cn and apple.comSupports IPv4 and IPv6 proxy addresses
- 目标用户
- Developers and power users who need to route browser traffic through a SOCKS5 proxy / Users in regions who need proxy configuration for accessing content (e.g., China bypass lists) / Users of self-hosted proxy solutions like Brook
- The extension is very small (14 files, ~44KB) and code is straightforward — analysis is highly confident.
- Shiliew is referenced as a commercial external service but the extension itself does not integrate with it or gate any features on it.
付费分析未识别到付费功能
The extension is fully open-source (MIT license) and contains no billing APIs, upgrade prompts, payment platforms, or gated features. All keyword hits for 'pro' are false positives matching 'proxy', 'progress', 'project' etc. The extension links to Brook (open-source) and Shiliew (a separate commercial service) as recommendations, but does not gate any functionality behind payment.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has no login UI, no authentication logic, and no account system. It uses chrome.storage.local for settings and chrome.proxy.settings to configure the browser proxy — no remote authentication is involved.