AI 产品解读A lightweight browser-based ebook and comic reader that opens EPUB, MOBI, AZW3, FB2, CBZ, and CBR files directly in Chrome without requiring external apps or accounts.
Provides a convenient way to read ebooks and comics directly in the browser, replacing the need to switch between tabs and social media feeds. Also includes a 'social detox' feature that detects long scrolling sessions on distracting websites and gently suggests reading instead to help users restore cognitive balance.
User installs extension -> opens EPUB/MOBI/etc file from local disk or browser -> extension launches reader overlay or new tab with book content -> user reads with customizable settings -> optional: extension tracks scrolling behavior and suggests reading when user spends too long on distracting sites
EPUB, MOBI, AZW3, FB2, CBZ, CBR format supportPaged navigation and continuous scrolling reading modesText size, margin, and theme customization (light/dark mode)In-book search, highlights, and notesSession tracking and 'coach' notifications suggesting reading during long scrolling sessionsLocal-only data storage (no cloud sync)
- 目标用户
- Ebook readers who want to read without installing separate apps / Users seeking to reduce social media scrolling and replace it with reading / Students and researchers reading study materials digitally / Comic/manga readers
- The background.js is heavily minified and bundled (117KB), making some analysis of internal logic difficult. However, the absence of auth/payment keywords is a strong negative signal.
- The extension makes HTTP requests to www.reading-app.community (for welcome/goodbye tokens and feedback forms) and app.youform.com (feedback forms), but these appear to be for analytics/feedback, not authentication or billing.
- The 'SocialDetox Dashboard' title in dashboard.html suggests the extension has a secondary purpose beyond just reading - it tracks user browsing behavior to suggest reading, which raises privacy considerations even though data is stored locally.
付费分析未识别到付费功能
No payment, subscription, premium, or paid feature gating was found in the source code. The extension is free on the Chrome Web Store. The keyword 'license' found in locale files refers to a License Agreement link (welcome_links_licenseAgreement), not a paid license key or subscription. The keyword 'pro' in some locale files (e.g., Czech 'prohlížeči' meaning 'browser', Catalan 'proves' meaning 'try') is a false positive from translation. No Stripe, PayPal, or billing integration exists. The extension does not gate any features behind a paywall.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local-first EPUB/MOBI reader that opens books directly in the browser without requiring any account. The welcome screen explicitly states 'No control. No pressure. Only soft support and conscious choice.' and 'Your data stays on your device'. The Danish locale message explicitly says 'zonder nodig login' (without needing login). No login, auth, sign-up, or account creation code was found in the source. The extension uses only local storage (IndexedDB via localForage) and browser storage API for preferences.