Discord Token Login

Logging into discord using token.

What is Discord Token Login?

Discord Token Login is a Chrome extension developed by dizkorduser, and its main feature is "Logging into discord using token.".

Extension Screenshots

screenshot

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

                        Logging into a Discord account using a token without using any username and password, made easier.                    

Extension Basic Information

Name Discord Token Login Discord Token Login
ID moncfdpjldlalmbimjjpbdenngeonnie
Official URL https://chromewebstore.google.com/detail/discord-token-login/moncfdpjldlalmbimjjpbdenngeonnie
Description Logging into discord using token.
File Size 304 KB
Installation Count 23,030
Current Version 1.0.5
Last Updated 2022-12-15
Publish Date 2022-12-15
Rating 4.71/5 Total 42 Ratings
Developer dizkorduser
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.discord.com\/*",
                "https:\/\/*.discord.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup\/index.html"
    },
    "description": "Logging into discord using token.",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Discord Token Login",
    "permissions": [],
    "version": "1.0.5"
}