Discord Token 登录

Discord Token登录,方便快捷。

Discord Token 登录란 무엇입니까?

Discord Token 登录은(는) yinliang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discord Token登录,方便快捷。"입니다.

확장 프로그램 스크린샷

screenshot

Discord Token 登录 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Discord Token 登录 Discord Token 登录
ID iccgacpcfpagglmcadgfhnieogmmojan
공식 URL https://chromewebstore.google.com/detail/discord-token-%E7%99%BB%E5%BD%95/iccgacpcfpagglmcadgfhnieogmmojan
설명 Discord Token登录,方便快捷。
파일 크기 14.56 KB
설치 횟수 368
현재 버전 1.0
최근 업데이트 2022-12-01
출시 날짜 2022-12-01
개발자 yinliang
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}