Discord Login with Token

Login in the application Discord fast with the Auth token

什么是Discord Login with Token?

Discord Login with Token是由Kramos开发的Chrome扩展程序,该扩展的主要功能是“Login in the application Discord fast with the Auth token”。

扩展截图

screenshot

下载Discord Login with Token扩展crx文件

下载Discord Login with Token扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Login in the application Discord fast with the Auth token                    

扩展基本信息

名称 Discord Login with Token Discord Login with Token
ID efjdggfjianihcbbbbnmlkblallomdbl
官方URL https://chromewebstore.google.com/detail/discord-login-with-token/efjdggfjianihcbbbbnmlkblallomdbl
简介 Login in the application Discord fast with the Auth token
文件大小 20.27 KB
安装次数 2,153
当前版本 1.2
更新时间 2022-05-06
上架时间 2022-05-06
评分 2.20/5 共5次评分
开发者 Kramos
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kramos.wtf
帮助页面URL https://kramos.wtf
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Login with Token",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/img\/icon.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "48": "\/img\/icon.png"
        }
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.discord.com\/*"
    ]
}