AI 产品解读Browser security extension that evaluates website trust scores and warns/blocks users from potentially scam, phishing, or malicious websites
Protects users from visiting scam and malicious websites by providing real-time trust scoring and visual warnings/blocking overlays when browsing unsafe sites
1. User installs the extension alongside AnyTech365 AntiScam desktop app on Windows. 2. Extension monitors all tab URL changes and page loads. 3. Each visited URL is sent to the local desktop app (localhost:24852) for trust score evaluation. 4. Trust score is displayed as a badge on the extension icon. 5. If score < 26, a blocking overlay appears with options to leave or continue. 6. If score 26-50, a warning overlay appears with the same options. 7. User can report suspicious URLs via the popup button. 8. User can toggle protection on/off via popup checkbox.
Real-time URL trust score evaluation via local AnyTech365 desktop appBadge icon displaying trust score (green ≥50, red <50)Blocking modal for very low trust sites (score <26) with leave/continue optionsWarning modal for moderate-risk sites (score 26-50) with leave/continue optionsReport suspicious URLs to AnyTech365 serviceEnable/disable protection toggle
- 目标用户
- Users of AnyTech365 AntiScam desktop software on Windows / Non-technical users seeking browser-level scam/phishing protection
- Cannot verify whether the AnyTech365 desktop application (localhost:24852) itself requires login or has paid tiers — only the browser extension source was analyzed
- The extension is non-functional without the companion Windows desktop application running on localhost:24852
付费分析未识别到付费功能
The extension contains no payment gates, subscription checks, premium feature tiers, upgrade prompts, billing API calls, or license validation. All 'pro' keyword hits are false positives from substrings in words like 'protocol', 'protection', 'proceed', 'process'. The extension is a free companion UI for the AnyTech365 AntiScam desktop application and exposes all its browser-side functionality without restrictions.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login, authentication, account creation, or credential entry. It communicates exclusively with a local desktop application (AnyTech365 AntiScam for Windows) via http://localhost:24852. No OAuth flows, API tokens, or user credentials are referenced anywhere in the source code.