Skip to content

Ashuxd-X/Discord-Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

πŸ” Discord Token Viewer - Browser Extension

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.


πŸ“¦ Features

  • 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.

🧩 How to Install (Temporary)

For Chrome / Edge:

  1. Download and extract this repository or use the pre-packaged .zip from Releases.
  2. Open your browser and go to:
    chrome://extensions/  (or edge://extensions/)
    
  3. Enable Developer Mode (top right).
  4. Click Load unpacked and select the Discord Token folder from the extracted archive.
  5. Navigate to Discord Web, then click the extension icon in your toolbar.
  6. 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.


πŸ“ File Structure

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)

πŸ” Security & Usage

  • 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.

πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.


❗ Final Note

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.