Discord Token Login
Login to Discord using a token
Discord Token Loginとは何ですか?
Discord Token LoginはShiftsによって開発されたChromeの拡張機能で、その主な機能は「Login to Discord using a token」です。
拡張機能のスクリーンショット
Discord Token Login拡張機能のCRXファイルをダウンロード
Discord Token Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy-to-use interface along with token validity checking. If the extension turns red, your token is invalid. If it turns green, your token is valid. * Tokens change after you authenticate / login with them. * Tokens are NOT stored / sent to the developer, tokens are pushed to Discord's API to check the validity of them.
拡張機能の基本情報
名前 | |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
公式URL | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
説明 | Login to Discord using a token |
ファイルサイズ | 10.94 KB |
インストール数 | 773 |
現在のバージョン | 1.2 |
最終更新日 | 2023-10-14 |
公開日 | 2023-06-29 |
開発者 | Shifts |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ignshifts/Token_Login |
ヘルプページのURL | https://discord.gg/48qbg6UP9g |
プライバシーポリシーページのURL | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Token Login", "version": "1.2", "description": "Login to Discord using a token", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "128": "logo.png" } }, "permissions": [ "activeTab", "scripting" ] } |