AI 产品解读Chrome extension that acts as a bridge/proxy helper between the VidAngel website (vidangel.com) and external streaming services, enabling cross-origin communication, cookie management, and request header modification.
Helps VidAngel customers use the VidAngel content filtering service on streaming platforms by providing a browser-side proxy that handles CORS restrictions, authenticates requests, and facilitates WebSocket connections between the VidAngel web app and third-party streaming services.
User installs extension → logs into VidAngel account on vidangel.com → connects streaming services via vidangel.com/services → extension acts as transparent proxy when user filters and watches content through VidAngel's interface, handling cross-origin requests and cookie management in the background.
WebSocket proxy for real-time communication with streaming servicesFetch proxy for cross-origin HTTP requestsCookie management on behalf of VidAngel web appRequest header modification for CORS bypassExtension version reporting to VidAngel websiteAutomatic activation only on vidangel.com pages
- 目标用户
- VidAngel subscribers who want to filter content on streaming services / Families seeking to customize entertainment content for their homes
- serviceWorker.js is minified/bundled (~16KB), making exact logic harder to trace; analysis focused on observable patterns and function signatures rather than detailed flow
- Cannot verify exact WebSocket proxy behavior or what specific streaming service requests are being proxied
- VidAngel's actual subscription pricing and feature tiers are not determinable from extension source alone
付费分析未识别到付费功能
The extension itself contains no payment processing, subscription management, feature gating, upgrade prompts, or billing logic. No references to subscription, plan, premium, stripe, or billing found in source code. The extension is a free helper/proxy tool. However, the destination service (VidAngel) operates on a paid subscription model (~$9.99/month), which is a prerequisite for using the extension's workflow but is handled entirely by the destination service, not the extension.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension is a helper/proxy for the VidAngel website. It only activates on vidangel.com and provides a bridge (WebSocket proxy, fetch proxy, cookie management, header modification) for the VidAngel web app. The extension itself has no login UI or account system, but the entire workflow depends on being logged into a VidAngel account on vidangel.com. The popup directs users to vidangel.com and vidangel.com/services, and the extension listens for external messages exclusively from *.vidangel.com domains.