AI 产品解读Log into a Discord account by pasting an authentication token
Allows users to quickly log into a Discord account using a raw authentication token instead of the standard email/password login flow, useful for account switching or when credentials are unavailable but a token is known
1. User clicks the extension icon to open the popup. 2. User pastes their Discord authentication token into the input field. 3. User clicks the submit button. 4. Extension opens a new tab to discord.com with the token as a URL parameter. 5. Content script on discord.com reads the token from the URL, clears cookies/localStorage, sets the token in localStorage, and redirects to Discord's home page. 6. Discord loads with the user logged in via the injected token.
Paste a Discord auth token into the popup input fieldAutomatically opens Discord with the token injected via URL parameter and localStorageContent script clears existing cookies/localStorage and sets the provided token to force a fresh loginAuto-redirects to Discord's home page (channels/@me) after token injection
- 目标用户
- Discord users who need to log in using an authentication token / Users who manage multiple Discord accounts / Developers or technical users familiar with Discord tokens
- The extension uses a non-standard method to log into Discord (injecting token via localStorage), which may break with Discord updates or be against Discord's Terms of Service
- No explicit privacy policy or data handling documentation beyond the store description claim of 'does not collect or send any data'
付费分析未识别到付费功能
The extension is free and open-source with no gated features. The Ko-fi and PayPal links found in the store description and popup are voluntary donation links ('Buy me a beer (Ko-fi)'), not paid feature gates. No premium tier, subscription, billing API, license check, or feature gating exists in the source code. All functionality is available to every user without payment.
- 置信度
- 92
- 支付平台
- PayPal
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself requires no login or account to use. The user simply pastes a pre-existing Discord token into the popup input field and clicks submit. There is no extension account creation, no authentication flow for the extension itself, and no credentials are collected by the extension. The 'login' referenced throughout is the extension's core function (logging into Discord via token), not a prerequisite for using the extension.