Discord Token Login
Login to Discord using a token
O que é Discord Token Login?
Discord Token Login é uma extensão do Chrome desenvolvida por Shifts, e sua principal característica é "Login to Discord using a token".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Discord Token Login
Baixe arquivos de extensão Discord Token Login no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
URL Oficial | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
Descrição | Login to Discord using a token |
Tamanho do Arquivo | 10.94 KB |
Contagem de Instalações | 773 |
Versão Atual | 1.2 |
Última Atualização | 2023-10-14 |
Data de Publicação | 2023-06-29 |
Desenvolvedor | Shifts |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ignshifts/Token_Login |
URL da Página de Ajuda | https://discord.gg/48qbg6UP9g |
URL da Página de Política de Privacidade | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
Idiomas Suportados | 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" ] } |