Discord Token Login

Login to Discord with your account token

Discord Token Login là gì?

Discord Token Login là một tiện ích mở rộng Chrome được phát triển bởi lostintime101dev, và tính năng chính của nó là "Login to Discord with your account token".

Ả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 Login

Tải xuống các tệp mở rộng Discord Token Login 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 extension allows you to log into Discord with your account token.

Be VERY careful with extensions that access your Discord token. A single malicious update could compromise your tokens. Anyone with your token can take control of your Discord account. The source code of this extension can be inspected at the support URL provided.                    

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

Tên Discord Token Login Discord Token Login
ID kfjglmgfjedhhcddpfgfogkahmenikan
URL Chính Thức https://chromewebstore.google.com/detail/discord-token-login/kfjglmgfjedhhcddpfgfogkahmenikan
Mô tả Login to Discord with your account token
Kích Thước Tệp 15.86 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-23
Ngày Phát Hành 2023-06-22
Nhà Phát Triển lostintime101dev
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/lostintime101/discord-token-browser-extension
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128 logo.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.discord.com\/*",
                "https:\/\/*.discord.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Login to Discord with your account token",
    "icons": {
        "16": "16 logo.png",
        "48": "48 logo.png",
        "128": "128 logo.png"
    },
    "manifest_version": 3,
    "name": "Discord Token Login",
    "version": "1.0"
}