Discord Token Login

Login to Discord with your account token

Cos'è Discord Token Login?

Discord Token Login è un'estensione di Chrome sviluppata da lostintime101dev, e la sua funzione principale è "Login to Discord with your account token".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Discord Token Login

Scarica i file di estensione Discord Token Login in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Discord Token Login Discord Token Login
ID kfjglmgfjedhhcddpfgfogkahmenikan
URL Ufficiale https://chromewebstore.google.com/detail/discord-token-login/kfjglmgfjedhhcddpfgfogkahmenikan
Descrizione Login to Discord with your account token
Dimensione del File 15.86 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-23
Data di Pubblicazione 2023-06-22
Sviluppatore lostintime101dev
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/lostintime101/discord-token-browser-extension
Lingue Supportate 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"
}