AI 产品解读Allows users to log into Discord using their Discord account token instead of the normal username/password flow
Provides an alternative Discord login method for users who have their Discord token (e.g., from developer tools, bots, or account recovery scenarios) and want to authenticate without entering credentials through Discord's standard login page
1. User clicks extension popup and pastes their Discord token into the input field. 2. User clicks 'Login to Discord'. 3. Popup opens a new tab to discord.com with token as URL parameter. 4. Content script running on discord.com reads the token from the URL parameter. 5. Content script clears existing localStorage and sets the token. 6. User is redirected to discord.com/channels/@me (authenticated Discord home).
Token input field for pasting Discord account tokenAutomatically injects token into Discord's localStorage via content scriptRedirects to Discord's logged-in interface (/channels/@me)Closes existing Discord tabs before opening new authenticated session
- 目标用户
- Discord power users who possess their account token / Users who need to quickly switch between Discord accounts via tokens / Developers or bot operators who manage multiple Discord accounts
- No analysis of whether the token-injection approach still works with current Discord security measures
- Cannot verify if the extension sends the token to any third-party server (though source code appears to only use local operations)
- The extension operates in a grey area regarding Discord's Terms of Service
付费分析未识别到付费功能
No evidence of any paid features, payment platforms, billing code, premium tiers, or upgrade UI anywhere in the source. The 'pro' keyword matches from static analysis are false positives (base64 in verified_contents.json and the word 'promise' in HTML). The extension is a simple single-purpose tool with no monetization code.
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The entire extension workflow requires the user to provide their Discord account token. The popup presents a token input field (popup/index.html:17) and a 'Login to Discord' button (popup/index.html:18). Without a Discord token, the extension has no functionality. The token is used to set localStorage on discord.com (content.js:9) and redirect to the logged-in Discord interface (content.js:10). The 'login' is to Discord, not to an extension-specific account.
存在冲突