AI 产品解读Cybercafe browser policy enforcement and bandwidth optimization
Helps cybercafe administrators conserve local internet bandwidth by limiting video quality on streaming sites and block distracting or restricted websites.
1. Administrator installs the extension on client PCs. 2. Extension connects to a local admin server (configured via IP). 3. Admin server pushes policies (blocked URLs, video quality limits). 4. Extension enforces these policies by injecting scripts into video sites and using declarativeNetRequest to block URLs.
Bandwidth Optimization: Limits video quality on YouTube, Facebook, Kick, and TikTokAccess Control: Blocks custom URL listsSecurity Rules: Blocks downloads, chrome://settings, and chrome://extensionsRemote Management: Syncs settings from a local admin server
- 目标用户
- Cybercafe administrators / Network administrators in managed environments
- The 'paid' aspect refers to the external server tool, not the extension itself, which is free. The analysis correctly distinguishes this.
付费分析未识别到付费功能
The extension itself does not implement any paid features, billing logic, or subscription gating. The store description mentions that the 'server tool is paid', but this is an external product (the local admin server software) separate from the Chrome extension. The extension code contains no references to payment platforms, license keys, or upgrade prompts within the extension's own workflow.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is explicitly designed to be controlled by a local admin server. The options page requires configuring an 'adminServerIp' and the background worker fetches settings from `${ip}/api/settings`. The store description states: 'the add-on is controlled through a tool located on the cafe's server... the Chrome Controls add-on does not work without it'. While it doesn't use a standard web login (username/password), it requires authentication/authorization via the local server connection and an optional PIN lock. The core workflow is impossible without connecting to this external (local) service.