Discord Login with Token

Login in the application Discord fast with the Auth token

Discord Login with Tokenคืออะไร?

Discord Login with Token เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kramos และคุณลักษณะหลักของมันคือ "Login in the application Discord fast with the Auth token"

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

screenshot

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

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

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

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