A lightweight, open-source browser extension that lets you copy your current Discord token or log in with a custom token in two clicks.
Built for power-users, testers, and developers who need quick token access without digging through DevTools.
- One-click copy of the active Discord token (from
localStorage) - Manual login – paste any token and instantly reload the page as that user
- Dark-mode UI that matches Discord’s native look
- Zero permissions outside
discord.comdomains - Fail-safe checks – warns if you’re not on Discord or if the token is missing/invalid
- Clone or download this repo
- Open Chrome/Edge →
chrome://extensions - Enable Developer mode (toggle, top right)
- Click Load unpacked → select the extension folder
- Pin the TokenSnap icon to your toolbar
- Navigate to https://discord.com and log in normally
- Click the TokenSnap icon → Copy Token
(Token is copied to clipboard and trimmed of surrounding quotes) - (Optional) click “Log in with a token instead”, paste a different token, and hit Log In – the tab will reload under the new identity
- No data leaves your machine – everything happens locally in the browser
- The extension only runs on
*://*.discord.com/*pages - Tokens are read/written exclusively to Discord’s own
localStorage– we don’t store or transmit anything
| File | Purpose |
|---|---|
manifest.json |
Extension metadata & permissions |
content.js |
Injected into Discord pages to read/write localStorage.token |
popup.html |
The UI of the popup |
popup.js |
Popup logic, clipboard access, tab messaging |
Using someone else’s token without permission violates Discord’s Terms of Service.
This tool is provided for educational and legitimate testing purposes only – the authors are not responsible for any misuse.
MIT – feel free to fork, improve, and redistribute.