Discord Token Login
Login to Discord using a token
Wat is Discord Token Login?
Discord Token Login is een Chrome-extensie ontwikkeld door Shifts, en de belangrijkste functie is "Login to Discord using a token".
Extensie Screenshots
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
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.
Basisinformatie over de Extensie
Naam | |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
Officiële URL | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
Beschrijving | Login to Discord using a token |
Bestandsgrootte | 10.94 KB |
Aantal Installaties | 773 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-10-14 |
Publicatiedatum | 2023-06-29 |
Ontwikkelaar | Shifts |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ignshifts/Token_Login |
Help Pagina-URL | https://discord.gg/48qbg6UP9g |
URL van de Privacybeleid Pagina | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
Ondersteunde Talen | 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" ] } |