AI 产品解读YouTube proxy/accelerator that routes YouTube traffic through proxy servers to provide fast video access from Russia
YouTube access is slow or restricted in Russia; this extension provides fast, reliable video loading by proxying YouTube domains through a dedicated proxy infrastructure
User installs extension → clicks popup toggle button → extension fetches proxy server details from backend API (potok API) → sets PAC script to route YouTube domains through proxy → YouTube traffic is accelerated → user can toggle off anytime → free tier allows 2 hours/day, bonus time available via Telegram bot
One-click toggle to connect/disconnect YouTube proxyAutomatic PAC script configuration for YouTube-related domains (*.youtube.com, *.googlevideo.com, *.ytimg.com, *.ggpht.com)Free daily access with 2-hour time limit (extendable to 4 hours via Telegram bot)Custom loading spinner messages on YouTube during bufferingAutomatic detection of Google CAPTCHA redirects on YouTube and recoveryBrowser compatibility checking on install
- 目标用户
- Russian internet users who need reliable/fast YouTube access / Users in regions where YouTube performance is degraded
- The service_worker.js file is minified into a single line, making detailed code analysis harder but key logic was still extractable
- Cannot verify what the external Telegram bot (@potok_tvr_bot) requires for bonus time - it may be free (e.g., channel subscription) or paid
- The backend API for proxy allocation (apiBaseUrl from potok.json config) cannot be inspected from client-side code alone
付费分析未识别到付费功能
The extension itself contains no payment processing, subscription management, upgrade UI, or billing APIs. All 'pro' and 'license' keyword matches are from React library code (react.production.min.js, react-dom.production.min.js, scheduler.production.min.js) - false positives. The extension has a free tier with 2 hours/day limit, and offers '+2 hours/day' bonus time via an external Telegram bot (@potok_tvr_bot), but this mechanism is entirely external to the extension and there is no indication within the source code whether the Telegram bot requires payment. No Stripe, PayPal, in-app purchase, or any payment platform integration exists.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The Chrome Web Store description explicitly states 'не требует регистрации' (does not require registration). The extension generates a device ID automatically in the background (UUID-based, stored in chrome.storage.local) and makes proxy API calls without any authentication. No login UI, no OAuth flows, no authentication endpoints exist in the source code. The extension works purely as a toggle-based proxy tool.