Discord Token Login
Login to Discord using a token
Hvad er Discord Token Login?
Discord Token Login er en Chrome-udvidelse udviklet af Shifts, og dens hovedfunktion er "Login to Discord using a token".
Udvidelsesskærmbilleder
Download Discord Token Login-udvidelses-CRX-fil
Download Discord Token Login-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dgejhipdiojpnoggmehdiicanhnbdngk |
| Officiel URL | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
| Beskrivelse | Login to Discord using a token |
| Filstørrelse | 10.94 KB |
| Antal Installationer | 773 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2023-10-14 |
| Udgivelsesdato | 2023-06-29 |
| Udvikler | Shifts |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/ignshifts/Token_Login |
| Hjælpeside-URL | https://discord.gg/48qbg6UP9g |
| URL til Fortrolighedspolitik Side | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
| Understøttede Sprog | 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"
]
} | |