Discord Announcer
An easy way to send messages to your Discord Server from the Web Browser.
Discord Announcer là gì?
Discord Announcer là một tiện ích mở rộng Chrome được phát triển bởi liamtownsley42, và tính năng chính của nó là "An easy way to send messages to your Discord Server from the Web Browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Discord Announcer
Tải xuống các tệp mở rộng Discord Announcer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Discord Announcer |
ID | gkhpkeeffdegcbhpllehigaceipfeblc |
URL Chính Thức | https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc |
Mô tả | An easy way to send messages to your Discord Server from the Web Browser. |
Kích Thước Tệp | 13.12 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-12-24 |
Ngày Phát Hành | 2020-12-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | liamtownsley42 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://discord.gg/mD2He6j |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |