Discord Token Login
Login to Discord using a token
Was ist Discord Token Login?
Discord Token Login ist eine Chrome-Erweiterung, die von Shifts entwickelt wurde, und ihr Hauptmerkmal ist "Login to Discord using a token".
Erweiterungsscreenshots
Discord Token Login-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discord Token Login-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
Easy-to-use interface along with token validity checking. If the extension turns red, your token is invalid. If it turns green, your token is valid. * Tokens change after you authenticate / login with them. * Tokens are NOT stored / sent to the developer, tokens are pushed to Discord's API to check the validity of them.
Grundlegende Informationen zur Erweiterung
Name | Discord Token Login |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
Offizielle URL | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
Beschreibung | Login to Discord using a token |
Dateigröße | 10.94 KB |
Installationsanzahl | 773 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-10-14 |
Veröffentlichungsdatum | 2023-06-29 |
Entwickler | Shifts |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ignshifts/Token_Login |
Hilfeseite URL | https://discord.gg/48qbg6UP9g |
URL der Datenschutzrichtlinien-Seite | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Token Login", "version": "1.2", "description": "Login to Discord using a token", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "128": "logo.png" } }, "permissions": [ "activeTab", "scripting" ] } |