Discord Announcer
An easy way to send messages to your Discord Server from the Web Browser.
Discord Announcer क्या है?
Discord Announcer liamtownsley42 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to send messages to your Discord Server from the Web Browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Discord Announcer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } } } |