Discord Token Login

Login to Discord using a token

Vad är Discord Token Login?

Discord Token Login är en Chrome-tillägg utvecklad av Shifts, och dess huvudfunktion är "Login to Discord using a token".

Tilläggsskärmbilder

screenshot

Ladda ner Discord Token Login-förlängningens CRX-fil

Ladda ner Discord Token Login-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Discord Token Login Discord Token Login
ID dgejhipdiojpnoggmehdiicanhnbdngk
Officiell webbadress https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk
Beskrivning Login to Discord using a token
Filstorlek 10.94 KB
Antal Installationer 773
Aktuell Version 1.2
Senast Uppdaterad 2023-10-14
Publiceringsdatum 2023-06-29
Utvecklare Shifts
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ignshifts/Token_Login
Hjälpsida URL https://discord.gg/48qbg6UP9g
URL till Sekretesspolicy Sidan https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425
Stödda Språk 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"
    ]
}