AI 产品解读Web security and threat interception
Protects users from visiting malicious, phishing, and malware-infected websites by intercepting access to risky URLs.
1. Content script (blockui.js) loads on every page. 2. It sends the current URL to the background service worker. 3. The background script forwards the URL to the local 'com.qax.qax_security_host' native application. 4. If the host returns is_safe != 1, the user is redirected to a local warning page (warn.html). 5. The user can close the tab, ignore the warning, or report a false positive.
Real-time URL risk checking via native messagingBlocking access to identified malicious sitesDisplaying a localized warning page with options to close the tab or report false positivesPreventing third-party tracking (as per store description)
- 目标用户
- General Chrome users in China seeking basic web security / Users of the Qianxin 'Tianshou' desktop security suite
- The extension relies on a native host application for the actual threat intelligence. The extension code itself does not contain the virus database or blocking logic, so the full security behavior depends on the external desktop client which was not analyzed.
付费分析未识别到付费功能
The extension is a free security plugin. It contains no billing, subscription, or upgrade logic. The 'pro' keyword match in blockui.js is part of the class name 'qaxInject' (false positive). The Web Store description mentions the vendor (Qianxin) sells enterprise products, but the extension itself has no paid features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely offline via native messaging to a local host process (com.qax.qax_security_host). It does not implement any login UI, nor does it require a user account to function. The Web Store description notes that the desktop client '天守安全软件' must be installed for full functionality, but the extension itself does not require login.