AI 产品解读Find and display download and online reading resources for books on Douban.
Users browsing Douban Book pages often struggle to find where to download or read the books they are interested in. This extension automates the search for these resources.
1. User visits a book page on book.douban.com or m.douban.com. 2. The content script detects the URL and fetches resource data from external APIs (e.g., cf-book-plus-api.pages.dev). 3. The script parses the Douban page and injects links/buttons for available resources (Anna's Archive, LibGen, etc.) into the page. 4. Users can click these links to go to the resource sites. 5. Users can open the extension popup to adjust settings like max records or domain.
Displays ebook download and reading resource links directly on Douban Book subject pages (desktop and mobile).Supports multiple resource sources including Anna's Archive and LibGen.Allows users to configure the maximum number of parsed records and select between primary/backup domains.Provides a popup interface with settings and an 'About' section linking to the official website and online library.
- 目标用户
- Douban users looking for free ebook downloads or online reading options. / Chinese-speaking readers interested in books listed on Douban.
- The extension uses heavily minified/bundled JavaScript (React/Vite build), making some logic hard to trace. However, key functional areas (popup UI, content script injection) were identifiable. The backend API behavior (whether it enforces limits based on IP or accounts) cannot be fully determined from static analysis alone.
付费分析未识别到付费功能
There is no evidence of paid features, subscriptions, or payment gateways within the extension. The popup allows configuring local settings like 'max parse records' (setMaxItem) and domain selection, which suggests a freemium model might exist on the backend (e.g., limiting free users to 10 records), but the extension itself does not enforce payment walls, display upgrade UI, or integrate with payment platforms like Stripe/PayPal in the visible code. The 'maxItem' default is 10, which could be a free tier limit, but without explicit billing logic or 'premium'/'pro' feature gating in the source, we classify it as no paid features in the extension.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login mechanism, nor does it redirect to a service requiring authentication. The content scripts scrape Douban Book pages and fetch resource links from external APIs (cf-book-plus-api.pages.dev, bookplusapi.bookplusapp.top) without passing any user credentials or tokens. The popup contains only settings (max items, domain selection) and an 'About' page with a QR code for a WeChat public account, not a login form.
NICE