Discord Token Login

Login to Discord using a token

Apa itu Discord Token Login?

Discord Token Login adalah ekstensi Chrome yang dikembangkan oleh Shifts, dan fitur utamanya adalah "Login to Discord using a token".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Discord Token Login

Unduh file ekstensi Discord Token Login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Discord Token Login Discord Token Login
ID dgejhipdiojpnoggmehdiicanhnbdngk
URL Resmi https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk
Deskripsi Login to Discord using a token
Ukuran File 10.94 KB
Jumlah Instalasi 773
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-10-14
Tanggal Publikasi 2023-06-29
Pengembang Shifts
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ignshifts/Token_Login
URL Halaman Bantuan https://discord.gg/48qbg6UP9g
URL Halaman Kebijakan Privasi https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425
Bahasa yang Didukung 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"
    ]
}