AI 产品解读Proxy/VPN extension that enables access to Google services from China by configuring browser proxy settings via PAC scripts
Helps users in China bypass the Great Firewall to access blocked Google services (Google Search, Gmail, Chrome Web Store) and auto-update Chrome extensions
1. User installs extension from Chrome Web Store
2. Extension initializes and calls cron_chrome_session() to get proxy configuration from backend API servers (broapi.com, apihuawei.com, gheapi.com, plebvps.com)
3. Backend returns PAC script and proxy configuration
4. Extension sets chrome.proxy.settings with the PAC script that routes Google-related domains through proxy
5. Extension periodically refreshes session (every 180 minutes) via chrome.alarms
6. User can access Google services directly through browser; popup shows status, options page shows server speed tests and settings
One-click proxy setup for accessing Google servicesAutomatic PAC (Proxy Auto-Configuration) script managementAuto-disables conflicting proxy extensionsSpeed testing for proxy serversDNS-over-HTTPS for domain resolutionSupports Google Search, Gmail, Chrome Web Store access
- 目标用户
- 科研人员 (researchers) / 外贸人员 (foreign trade professionals) / 跨境电商 (cross-border e-commerce) / 海淘人员 (overseas shoppers) / 开发人员 (developers) / Users in China needing access to Google services
- Popup and options pages render HTML dynamically from backend API - actual UI content cannot be determined from static code alone
- Most JS files are minified making detailed logic analysis difficult
- Backend server responses may include login forms or paid feature prompts not visible in source
付费分析未识别到付费功能
No evidence of payment, subscription, premium, VIP, or paid upgrade features found in the source code. No matches for 'premium', 'upgrade', '付费', '会员', '收费', 'vip'. Store description explicitly states free access to Google Search, Gmail, and Chrome Web Store. The extension's paid keyword matches are all false positives from CSS 'progid', jQuery license notices, and Bootstrap library licenses.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension uses a token-based system for backend API authentication (stored in chrome.storage.local as 'token'), but this appears to be an auto-generated session token rather than user-initiated login. The store description states '一键安装,无需其他配置' (one-click install, no configuration needed) and lists free access to Google services. The check.html page uses login.css but is actually a proxy conflict detection page (代理检测), not a login page. The popup/options HTML content is dynamically rendered from backend servers, which could potentially include login forms, but no explicit login requirement is evident in the static code.