Discord Token 登录

Discord Token登录,方便快捷。

What is Discord Token 登录?

Discord Token 登录 is a Chrome extension developed by yinliang, and its main feature is "Discord Token登录,方便快捷。".

Extension Screenshots

screenshot

Download Discord Token 登录 Extension CRX File

Download Discord Token 登录 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        discord token登录,用户不需要找图片验证了                    

Extension Basic Information

Name Discord Token 登录 Discord Token 登录
ID iccgacpcfpagglmcadgfhnieogmmojan
Official URL https://chromewebstore.google.com/detail/discord-token-%E7%99%BB%E5%BD%95/iccgacpcfpagglmcadgfhnieogmmojan
Description Discord Token登录,方便快捷。
File Size 14.56 KB
Installation Count 368
Current Version 1.0
Last Updated 2022-12-01
Publish Date 2022-12-01
Developer yinliang
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord Token \u767b\u5f55",
    "description": "Discord Token\u767b\u5f55\uff0c\u65b9\u4fbf\u5feb\u6377\u3002",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "image\/main.png",
        "48": "image\/main.png",
        "32": "image\/main.png",
        "16": "image\/main.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.discord.com\/*"
            ],
            "js": [
                "js\/script.js"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "image\/main.png",
            "32": "image\/main.png",
            "48": "image\/main.png",
            "128": "image\/main.png"
        },
        "default_title": "token",
        "default_popup": "src\/index.html"
    },
    "version": "1.0"
}