Discord Token Login
Login to Discord using a token
What is Discord Token Login?
Discord Token Login is a Chrome extension developed by Shifts, and its main feature is "Login to Discord using a token".
Extension Screenshots
Download Discord Token Login Extension CRX File
Download Discord Token Login 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
Easy-to-use interface along with token validity checking. If the extension turns red, your token is invalid. If it turns green, your token is valid. * Tokens change after you authenticate / login with them. * Tokens are NOT stored / sent to the developer, tokens are pushed to Discord's API to check the validity of them.
Extension Basic Information
Name | |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
Official URL | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
Description | Login to Discord using a token |
File Size | 10.94 KB |
Installation Count | 773 |
Current Version | 1.2 |
Last Updated | 2023-10-14 |
Publish Date | 2023-06-29 |
Developer | Shifts |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ignshifts/Token_Login |
Help Page URL | https://discord.gg/48qbg6UP9g |
Privacy Policy Page URL | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Token Login", "version": "1.2", "description": "Login to Discord using a token", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "128": "logo.png" } }, "permissions": [ "activeTab", "scripting" ] } |