Discord Token Login

Login to Discord with your account token

Wat is Discord Token Login?

Discord Token Login is een Chrome-extensie ontwikkeld door lostintime101dev, en de belangrijkste functie is "Login to Discord with your account token".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Discord Token Login

Download Discord Token Login-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to log into Discord with your account token.

Be VERY careful with extensions that access your Discord token. A single malicious update could compromise your tokens. Anyone with your token can take control of your Discord account. The source code of this extension can be inspected at the support URL provided.                    

Basisinformatie over de Extensie

Naam Discord Token Login Discord Token Login
ID kfjglmgfjedhhcddpfgfogkahmenikan
Officiële URL https://chromewebstore.google.com/detail/discord-token-login/kfjglmgfjedhhcddpfgfogkahmenikan
Beschrijving Login to Discord with your account token
Bestandsgrootte 15.86 KB
Aantal Installaties 1,000
Huidige Versie 1.0
Laatst Bijgewerkt 2023-06-23
Publicatiedatum 2023-06-22
Ontwikkelaar lostintime101dev
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/lostintime101/discord-token-browser-extension
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128 logo.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.discord.com\/*",
                "https:\/\/*.discord.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Login to Discord with your account token",
    "icons": {
        "16": "16 logo.png",
        "48": "48 logo.png",
        "128": "128 logo.png"
    },
    "manifest_version": 3,
    "name": "Discord Token Login",
    "version": "1.0"
}