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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}