Discord Token Login

Login to Discord with your account token

Apa itu Discord Token Login?

Discord Token Login adalah ekstensi Chrome yang dikembangkan oleh lostintime101dev, dan fitur utamanya adalah "Login to Discord with your account 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

                        This extension allows you to log into Discord with your account token.

Be VERY careful with extensions that access your Discord token. A single malicious update could compromise your tokens. Anyone with your token can take control of your Discord account. The source code of this extension can be inspected at the support URL provided.                    

Informasi Dasar Ekstensi

Nama Discord Token Login Discord Token Login
ID kfjglmgfjedhhcddpfgfogkahmenikan
URL Resmi https://chromewebstore.google.com/detail/discord-token-login/kfjglmgfjedhhcddpfgfogkahmenikan
Deskripsi Login to Discord with your account token
Ukuran File 15.86 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-06-23
Tanggal Publikasi 2023-06-22
Pengembang lostintime101dev
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/lostintime101/discord-token-browser-extension
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128 logo.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.discord.com\/*",
                "https:\/\/*.discord.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Login to Discord with your account token",
    "icons": {
        "16": "16 logo.png",
        "48": "48 logo.png",
        "128": "128 logo.png"
    },
    "manifest_version": 3,
    "name": "Discord Token Login",
    "version": "1.0"
}