Discord Token Login
Logging into a Discord account using a token, made easier.
What is Discord Token Login?
Discord Token Login is a Chrome extension developed by Unknown, and its main feature is "Logging into a Discord account using a token, made easier.".
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
User-friendly approach to sign into Discord accounts, using tokens.
Extension Basic Information
Name | Discord Token Login |
ID | ealjoeebhfijfimofmecjcjcigmadcai |
Official URL | https://chromewebstore.google.com/detail/discord-token-login/ealjoeebhfijfimofmecjcjcigmadcai |
Description | Logging into a Discord account using a token, made easier. |
File Size | 8.46 KB |
Installation Count | 305,594 |
Current Version | 1.0.1 |
Last Updated | 2022-01-09 |
Publish Date | 2022-01-06 |
Rating | 3.49/5 Total 61 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discord Token Login", "version": "1.0.1", "description": "Logging into a Discord account using a token, made easier.", "icons": { "128": "icons\/logo.png" }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": "icons\/logo.png" }, "background": { "scripts": [ "popup\/script.js" ], "persistent": true }, "permissions": [ "http:\/\/*.discord.com\/*", "https:\/\/*.discord.com\/*" ] } |