Discord Announcer

An easy way to send messages to your Discord Server from the Web Browser.

Discord Announcerคืออะไร?

Discord Announcer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย liamtownsley42 และคุณลักษณะหลักของมันคือ "An easy way to send messages to your Discord Server from the Web Browser."

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

screenshot

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

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

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

                        This is a simple extention to announce things to your Discord Server quickly and seamlessly from Chrome, you enter a Webhook URL and it is saved in your settings and you will be able to quickly announce things to your server from Chrome.                    

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

ชื่อ Discord Announcer Discord Announcer
ID gkhpkeeffdegcbhpllehigaceipfeblc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc
คำอธิบาย An easy way to send messages to your Discord Server from the Web Browser.
ขนาดไฟล์ 13.12 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-12-24
วันที่เผยแพร่ 2020-12-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา liamtownsley42
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/mD2He6j
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Announcer",
    "version": "1.0.0",
    "description": "An easy way to send messages to your Discord Server from the Web Browser.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens Discord Announcer"
        }
    }
}