Discord Token Checker
Check your Discord tokens and login
Discord Token Checkerとは何ですか?
Discord Token Checkerはdkqzによって開発されたChromeの拡張機能で、その主な機能は「Check your Discord tokens and login」です。
拡張機能のスクリーンショット
Discord Token Checker拡張機能のCRXファイルをダウンロード
Discord Token Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a Chrome extension for Discord tokens checking and login. This tool allows you to quickly login with user tokens in your browser without having to enter a script into the console every time.
拡張機能の基本情報
名前 | Discord Token Checker |
ID | bfidndjdinpfolejcgjjinkjnfmimiim |
公式URL | https://chromewebstore.google.com/detail/discord-token-checker/bfidndjdinpfolejcgjjinkjnfmimiim |
説明 | Check your Discord tokens and login |
ファイルサイズ | 11.04 KB |
インストール数 | 324 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-10-17 |
公開日 | 2023-10-17 |
開発者 | dkqz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/MLGRussianXP/DTC |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Token Checker", "version": "1.0.1", "description": "Check your Discord tokens and login", "author": "MLGRussianXP", "icons": { "128": "img\/logo\/icon128.png" }, "permissions": [ "scripting" ], "action": { "default_popup": "index.html", "default_title": "Discord Token Checker" }, "host_permissions": [ "http:\/\/discord.com\/*\/", "https:\/\/discord.com\/*\/" ] } |