Discord Token Login

Login to Discord with your account token

Discord Token Loginคืออะไร?

Discord Token Login เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lostintime101dev และคุณลักษณะหลักของมันคือ "Login to Discord with your account token"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Token Login

ดาวน์โหลดไฟล์ส่วนขยาย Discord Token Login ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}