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. 擴展基本資訊
| 名稱 | |
| ID | bfidndjdinpfolejcgjjinkjnfmimiim |
| 官方網址 | 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\/*\/"
]
} | |