Discord Token Login

Login to Discord using a 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 Shifts, và tính năng chính của nó là "Login to Discord using a 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

                        Easy-to-use interface along with token validity checking.

If the extension turns red, your token is invalid. If it turns green, your token is valid.

* Tokens change after you authenticate / login with them. *

Tokens are NOT stored / sent to the developer, tokens are pushed to Discord's API to check the validity of them.                    

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

Tên Discord Token Login Discord Token Login
ID dgejhipdiojpnoggmehdiicanhnbdngk
URL Chính Thức https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk
Mô tả Login to Discord using a token
Kích Thước Tệp 10.94 KB
Số Lần Cài Đặt 773
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-10-14
Ngày Phát Hành 2023-06-29
Nhà Phát Triển Shifts
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ignshifts/Token_Login
URL Trang Trợ Giúp https://discord.gg/48qbg6UP9g
URL Trang Chính Sách Bảo Mật https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord Token Login",
    "version": "1.2",
    "description": "Login to Discord using a token",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}