Discord Login with Token

Login in the application Discord fast with the Auth token

Was ist Discord Login with Token?

Discord Login with Token ist eine Chrome-Erweiterung, die von Kramos entwickelt wurde, und ihr Hauptmerkmal ist "Login in the application Discord fast with the Auth token".

Erweiterungsscreenshots

screenshot

Discord Login with Token-Erweiterungs-CRX-Datei herunterladen

Laden Sie Discord Login with Token-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Login in the application Discord fast with the Auth token                    

Grundlegende Informationen zur Erweiterung

Name Discord Login with Token Discord Login with Token
ID efjdggfjianihcbbbbnmlkblallomdbl
Offizielle URL https://chromewebstore.google.com/detail/discord-login-with-token/efjdggfjianihcbbbbnmlkblallomdbl
Beschreibung Login in the application Discord fast with the Auth token
Dateigröße 20.27 KB
Installationsanzahl 2,153
Aktuelle Version 1.2
Letztes Update 2022-05-06
Veröffentlichungsdatum 2022-05-06
Bewertung 2.20/5 Insgesamt 5 Bewertungen
Entwickler Kramos
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kramos.wtf
Hilfeseite URL https://kramos.wtf
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Login with Token",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/img\/icon.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "48": "\/img\/icon.png"
        }
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.discord.com\/*"
    ]
}