Discord Login with Token

Login in the application Discord fast with the Auth token

什麼是Discord Login with Token?

Discord Login with Token是由Kramos開發的Chrome擴展程式,該擴展的主要功能是“Login in the application Discord fast with the Auth token”。

擴展截圖

screenshot

下載Discord Login with Token擴展crx文件

下載Discord Login with Token擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Login in the application Discord fast with the Auth token                    

擴展基本資訊

名稱 Discord Login with Token Discord Login with Token
ID efjdggfjianihcbbbbnmlkblallomdbl
官方網址 https://chromewebstore.google.com/detail/discord-login-with-token/efjdggfjianihcbbbbnmlkblallomdbl
簡介 Login in the application Discord fast with the Auth token
檔案大小 20.27 KB
安裝次數 2,153
目前版本 1.2
更新時間 2022-05-06
上架時間 2022-05-06
評分 2.20/5 共 5 次評分
開發者 Kramos
電子郵箱 [email protected]
付費類型 free
擴展官網 https://kramos.wtf
說明頁面URL https://kramos.wtf
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Login with Token",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/img\/icon.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "48": "\/img\/icon.png"
        }
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.discord.com\/*"
    ]
}