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 |
电子邮箱 | [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\/*\/" ] } |