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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Announcer
قم بتنزيل ملفات الامتداد Discord Announcer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" } } } |