Discord Token Login
Login to Discord using a token
什么是Discord Token Login?
Discord Token Login是由Shifts开发的Chrome扩展程序,该扩展的主要功能是“Login to Discord using a token”。
扩展截图
下载Discord Token Login扩展crx文件
下载Discord Token Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | dgejhipdiojpnoggmehdiicanhnbdngk |
| 官方URL | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
| 简介 | Login to Discord using a token |
| 文件大小 | 10.94 KB |
| 安装次数 | 773 |
| 当前版本 | 1.2 |
| 更新时间 | 2023-10-14 |
| 上架时间 | 2023-06-29 |
| 开发者 | Shifts |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ignshifts/Token_Login |
| 帮助页面URL | https://discord.gg/48qbg6UP9g |
| 隐私政策页面URL | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
| 支持的语言 | 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"
]
} | |