AI 产品解读Automatically aggregates and displays weekly DNF (Dungeon & Fighter) game statistics, including Endkeeper clear counts and oath-related item drops.
Helps DNF players track their weekly dungeon progress, compare their drop rates with average players, and view rankings without manually collecting data from the official website.
1. User visits DNF official website (df.nexon.com or df.game.naver.com) while logged in. 2. Extension automatically detects the page and fetches weekly data. 3. Data is aggregated and displayed in the popup. 4. User can view statistics, compare with averages, and check rankings.
Automatic weekly data aggregation from official DNF sitesEndkeeper clear count trackingOath (primeval/epic/legendary) drop statisticsDrop rate comparison with average playersRanking displayAuto-sum feature on timeline page
- 目标用户
- DNF (Dungeon & Fighter) players / Players who want to track weekly dungeon progress / Players interested in drop rate statistics and rankings
- Relies on official DNF website structure which may change
- Requires user to be logged into the destination service
- No direct access to extension's internal logic beyond what's exposed in the source code
付费分析未识别到付费功能
No evidence of paid features, billing, subscription, or upgrade mechanisms in the extension code. The extension appears to be free and relies on the official DNF website data. The keyword 'pro' found in static analysis was a false positive (e.g., 'Promise' keyword).
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires the user to be logged into the official DNF website (df.nexon.com or df.game.naver.com) to fetch weekly data. The code explicitly checks for login status via isLoginText() which detects login-related keywords in the response (background.js:169-170, 310-318). The extension itself does not implement its own login system but relies on the user's existing session on the destination service.