Discord Token Checker
Check your Discord tokens and login
What is Discord Token Checker?
Discord Token Checker is a Chrome extension developed by dkqz, and its main feature is "Check your Discord tokens and login".
Extension Screenshots
Download Discord Token Checker Extension CRX File
Download Discord Token Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a Chrome extension for Discord tokens checking and login. This tool allows you to quickly login with user tokens in your browser without having to enter a script into the console every time.
Extension Basic Information
Name | Discord Token Checker |
ID | bfidndjdinpfolejcgjjinkjnfmimiim |
Official URL | https://chromewebstore.google.com/detail/discord-token-checker/bfidndjdinpfolejcgjjinkjnfmimiim |
Description | Check your Discord tokens and login |
File Size | 11.04 KB |
Installation Count | 324 |
Current Version | 1.0.1 |
Last Updated | 2023-10-17 |
Publish Date | 2023-10-17 |
Developer | dkqz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/MLGRussianXP/DTC |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Token Checker", "version": "1.0.1", "description": "Check your Discord tokens and login", "author": "MLGRussianXP", "icons": { "128": "img\/logo\/icon128.png" }, "permissions": [ "scripting" ], "action": { "default_popup": "index.html", "default_title": "Discord Token Checker" }, "host_permissions": [ "http:\/\/discord.com\/*\/", "https:\/\/discord.com\/*\/" ] } |