Discord Token Copier
The Discord Token Copier is a Chrome extension that allows users to Copy their user token from Discord for reference. The extracted token can be copied to the clipboard for further use.
## Usage
1. Open Discord in Google Chrome.
2. Click on the extension icon in the Chrome toolbar.
3. A popup window will appear with a button labeled "Copy Token".
4. Click on the "Copy Token" button.
5. If successful, the user token will be extracted and copied to the clipboard.
6. Paste the extracted token wherever you need it.
## Permissions
The extension requires the following permissions:
- `activeTab` - Allows the extension to access the currently active tab in Chrome.
- `clipboardWrite` - Enables copying the extracted token to the clipboard.
- `scripting` - Allows the extension to execute scripts on web pages.