Discord Announcer
An easy way to send messages to your Discord Server from the Web Browser.
Apa itu Discord Announcer?
Discord Announcer adalah ekstensi Chrome yang dikembangkan oleh liamtownsley42, dan fitur utamanya adalah "An easy way to send messages to your Discord Server from the Web Browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Discord Announcer
Unduh file ekstensi Discord Announcer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Discord Announcer |
ID | gkhpkeeffdegcbhpllehigaceipfeblc |
URL Resmi | https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc |
Deskripsi | An easy way to send messages to your Discord Server from the Web Browser. |
Ukuran File | 13.12 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-12-24 |
Tanggal Publikasi | 2020-12-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | liamtownsley42 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://discord.gg/mD2He6j |
Bahasa yang Didukung | 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" } } } |