AI 产品解读Chess move analysis and automation tool for Lichess, using the Stockfish engine embedded via WebAssembly
Helps chess players on Lichess get optimal move suggestions and optionally automates piece movement, eliminating the need for manual analysis during games
User pins the extension, opens Lichess in a browser tab, toggles the extension on via popup. The content script reads the chess board state (FEN position) from the Lichess DOM, sends it to the background service worker which relays it to an offscreen document running Stockfish WASM. The best move is returned and either displayed/highlighted for the user, spoken aloud via voice synthesis, or automatically executed by simulating mouse clicks through the Chrome debugger API.
Best move suggestion via Stockfish engine with configurable analysis depthAutomove mode that automatically plays suggested moves on the boardReal-time winning chance evaluation during matchesVoice suggestion that reads out the recommended moveAuto play new game that automatically finds a new opponent after a game endsBongcloud joke opening mode
- 目标用户
- Lichess chess players who want engine-assisted move suggestions / Users seeking automated gameplay on Lichess
- The extension name 'Chess Pro' and product name contain 'pro' which triggered paid keyword heuristics but is just the product name, not a paid tier indicator
- The extension is essentially a chess cheating/bot tool for Lichess, which could violate Lichess terms of service
付费分析未识别到付费功能
No evidence of paid features, premium tiers, subscriptions, payment processing, or feature gating. All features (depth control, automove, voice suggestion, winning chance, auto-play new game, bongcloud mode) are freely available via the popup UI toggles. No Stripe, PayPal, or any payment platform integration found. No 'premium', 'upgrade', 'unlock', 'subscribe', 'buy', 'purchase', or 'trial' keywords in source code.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself has no login flow, no authentication UI, no account creation, no token handling, and no credential storage. All settings are stored locally via chrome.storage.local. While the extension operates on Lichess.org (which requires its own account for certain features), the extension itself does not interact with any authentication system—it simply reads the chess board DOM and simulates clicks. Users can even play anonymous games on Lichess without an account.