A lightweight browser extension for developers to view their Discord token directly from the browser UI. Useful for testing, automation, and debugging Discord integrations.
β οΈ Disclaimer: This tool is intended for educational and personal development use only. Accessing or using tokens other than your own violates Discordβs Terms of Service and may lead to permanent bans. Use responsibly.
- View your personal Discord token directly from a popup.
- No need to inspect source code or console logs.
- Works only on the discord.com domain.
- Local-only extension: no data is collected or sent anywhere.
- Download and extract this repository or use the pre-packaged
.zipfrom Releases. - Open your browser and go to:
chrome://extensions/ (or edge://extensions/) - Enable Developer Mode (top right).
- Click Load unpacked and select the
Discord Tokenfolder from the extracted archive. - Navigate to Discord Web, then click the extension icon in your toolbar.
- The popup will show your current user token.
βΉοΈ Note: Extensions loaded this way are temporary and may be removed when the browser restarts. For a permanent install, the extension must be published to the Chrome Web Store.
Discord Token/
βββ background.js # Background script handling extension logic
βββ manifest.json # Chrome extension manifest
βββ popup.html # UI shown in popup
βββ popup.js # Script to extract and display the token
βββ icons/ # Icons used in the extension (16px, 32px, 48px, 128px)
- Your token is extracted locally from your session.
- No network requests are made β everything runs in-browser.
- Only works if you are logged into discord.com.
- Never share your token β it grants full access to your account.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is intended for personal and educational use only. Sharing or using others' tokens violates Discord's rules and can result in account bans.
Use it responsibly.