Discord Get User Token

Discord Get User Token extension streamlines the process of obtaining an Authorization Token for a logged-in Discord user

Discord Get User Token란 무엇입니까?

Discord Get User Token은(는) Pirtpal Singh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discord Get User Token extension streamlines the process of obtaining an Authorization Token for a logged-in Discord user"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ✨ Discord Get User Token ✨

The Discord Get User Token extension streamlines the process of obtaining an Authorization Token for a logged-in Discord user. Easily acquire the necessary token to log into your Discord account, making it more convenient than ever before.

Tags:
- Discord Token Retrieval Helper
- Discord Token Generator
- Discord Token Authenticator
- Discord User Authentication
- Discord Account Access
- Discord API Integration
- Discord Bot Development
- Discord Extension


👋Feel free to contribute to fix any problems, or to submit an issue!👋
For contacting me, simply click any of the buttons under the "Contact me here" section in the extension.


✨Contact Me✨
Email: [email protected]
Instagram: https://www.instagram.com/pirtamatharu                    

확장 프로그램 기본 정보

이름 Discord Get User Token Discord Get User Token
ID accgjfooejbpdchkfpngkjjdekkcbnfd
공식 URL https://chromewebstore.google.com/detail/discord-get-user-token/accgjfooejbpdchkfpngkjjdekkcbnfd
설명 Discord Get User Token extension streamlines the process of obtaining an Authorization Token for a logged-in Discord user
파일 크기 53.94 KB
설치 횟수 1,080
현재 버전 1.0.20
최근 업데이트 2024-02-16
출시 날짜 2023-09-05
평점 4.50/5 총 8 개의 평점
개발자 Pirtpal Singh
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord Get User Token",
    "description": "Discord Get User Token extension streamlines the process of obtaining an Authorization Token for a logged-in Discord user",
    "version": "1.0.20",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/discord.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/contentScript.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/web-script.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*"
            ]
        }
    ]
}