Discord Token Login

Login to Discord with your account token

Discord Token Login란 무엇입니까?

Discord Token Login은(는) lostintime101dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Login to Discord with your account token"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to log into Discord with your account token.

Be VERY careful with extensions that access your Discord token. A single malicious update could compromise your tokens. Anyone with your token can take control of your Discord account. The source code of this extension can be inspected at the support URL provided.                    

확장 프로그램 기본 정보

이름 Discord Token Login Discord Token Login
ID kfjglmgfjedhhcddpfgfogkahmenikan
공식 URL https://chromewebstore.google.com/detail/discord-token-login/kfjglmgfjedhhcddpfgfogkahmenikan
설명 Login to Discord with your account token
파일 크기 15.86 KB
설치 횟수 1,000
현재 버전 1.0
최근 업데이트 2023-06-23
출시 날짜 2023-06-22
개발자 lostintime101dev
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/lostintime101/discord-token-browser-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128 logo.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.discord.com\/*",
                "https:\/\/*.discord.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Login to Discord with your account token",
    "icons": {
        "16": "16 logo.png",
        "48": "48 logo.png",
        "128": "128 logo.png"
    },
    "manifest_version": 3,
    "name": "Discord Token Login",
    "version": "1.0"
}