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
公式URL 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
Eメール [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\/*"
    ]
}