Discord Token Login
Login to Discord using a token
Co to jest Discord Token Login?
Discord Token Login to rozszerzenie Chrome opracowane przez Shifts, a jego główną funkcją jest „Login to Discord using a token”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Discord Token Login
Pobierz pliki rozszerzeń Discord Token Login w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
Oficjalny URL | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
Opis | Login to Discord using a token |
Rozmiar pliku | 10.94 KB |
Liczba instalacji | 773 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-10-14 |
Data Publikacji | 2023-06-29 |
Deweloper | Shifts |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ignshifts/Token_Login |
Adres URL Strony Pomocy | https://discord.gg/48qbg6UP9g |
Adres URL Strony Polityki Prywatności | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
Obsługiwane Języki | 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" ] } |