AI 产品解读Browser extension companion for saat netizen desktop security software, enabling the security application to monitor browser activity
Protects users against fraudulent bank transfers (不正送金) and viruses (ウイルス) by bridging Chrome browser events to the locally installed saat netizen security software
Install saat netizen desktop security software on Windows → Install this Chrome extension → Extension automatically connects to the local security app via HTTP on 127.0.0.1:8374 → When user browses the web, extension sends tab/cookie/focus events to the security software → Security software monitors and protects against fraudulent transfers and malware
Sends tab lifecycle events (created, updated, activated, removed) to local security appMonitors window focus/blur events for activity trackingDetects and forwards specific cookies ('ct') to security applicationAuto-connects to local saat netizen app on localhost:8374 with retry logicAuto-updates the extension via Chrome runtime update check
- 目标用户
- Windows 10/11 users of saat netizen security software / Users seeking protection from online banking fraud and malware
- Extension is a thin bridge to a desktop security application; full functionality requires the saat netizen desktop software installed on Windows
- Cannot verify whether the saat netizen desktop application itself has login or paid features
- Only 4 text files in the package (manifest, background.js, focusevt.js, metadata) - very small and straightforward codebase
付费分析未识别到付费功能
The store description explicitly states saat netizen is free ('無料のセキュリティソフト'). No billing, subscription, upgrade, or payment logic exists in the extension source code. The 'license' keyword hits are from BSD-style Chromium copyright boilerplate. The 'pro' keyword hits are false positives (Promise objects, property arrays).
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No user login is required. The 'Successfully authenticated' string at background.js:202 is machine-to-machine authentication between the extension and the locally installed saat netizen security application on 127.0.0.1:8374. The g_cookieChecktoken ('ct') is a cookie name for detecting security-related cookies, not a user auth token. No login UI, no credentials collected, no account creation flow.