Discord Token Checker

Check your Discord tokens and login

Discord Token Checker là gì?

Discord Token Checker là một tiện ích mở rộng Chrome được phát triển bởi dkqz, và tính năng chính của nó là "Check your Discord tokens and login".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discord Token Checker

Tải xuống các tệp mở rộng Discord Token Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discord Token Checker Discord Token Checker
ID bfidndjdinpfolejcgjjinkjnfmimiim
URL Chính Thức https://chromewebstore.google.com/detail/discord-token-checker/bfidndjdinpfolejcgjjinkjnfmimiim
Mô tả Check your Discord tokens and login
Kích Thước Tệp 11.04 KB
Số Lần Cài Đặt 324
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-10-17
Ngày Phát Hành 2023-10-17
Nhà Phát Triển dkqz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MLGRussianXP/DTC
Ngôn Ngữ Được Hỗ Trợ 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\/*\/"
    ]
}