Discord Joiner

A lightweight extension that helps you join discord invite links as fast as possible

Discord Joinerคืออะไร?

Discord Joiner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FreoLeo และคุณลักษณะหลักของมันคือ "A lightweight extension that helps you join discord invite links as fast as possible"

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

screenshot

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

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

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

                        A faster way to join discord invite links!

Tips for maximizing speed: 
1) Use shortcuts to open the popup faster:
mac: "Command+Shift+Space"
windows: "Ctrl+Shift+Space"
linux: "Ctrl+Shift+Space"

2) Don't type the whole invite link:
Instead of typing something like "https://discord.gg/hTKzmak"
Simply type "hTKzmak"

3) Press "Enter" to go to the link                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Discord Joiner Discord Joiner
ID kpofjapfdgcjgdiekkiehagbmjlbknoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/discord-joiner/kpofjapfdgcjgdiekkiehagbmjlbknoa
คำอธิบาย A lightweight extension that helps you join discord invite links as fast as possible
ขนาดไฟล์ 10.84 KB
จำนวนการติดตั้ง 347
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2022-02-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา FreoLeo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord Joiner",
    "description": "A lightweight extension that helps you join discord invite links as fast as possible",
    "version": "0.3",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "windows": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space",
                "chromeos": "Ctrl+Shift+Space",
                "linux": "Ctrl+Shift+Space"
            }
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}