Discord Token Login

Login to Discord with your account token

Discord Token Loginとは何ですか?

Discord Token Loginはlostintime101devによって開発されたChromeの拡張機能で、その主な機能は「Login to Discord with your account token」です。

拡張機能のスクリーンショット

screenshot

Discord Token Login拡張機能のCRXファイルをダウンロード

Discord Token Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Discord Token Login Discord Token Login
ID kfjglmgfjedhhcddpfgfogkahmenikan
公式URL https://chromewebstore.google.com/detail/discord-token-login/kfjglmgfjedhhcddpfgfogkahmenikan
説明 Login to Discord with your account token
ファイルサイズ 15.86 KB
インストール数 1,000
現在のバージョン 1.0
最終更新日 2023-06-23
公開日 2023-06-22
開発者 lostintime101dev
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/lostintime101/discord-token-browser-extension
対応言語 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"
}