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
官方網址 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
電子郵箱 [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"
}