Discord Announcer
An easy way to send messages to your Discord Server from the Web Browser.
Discord Announcerとは何ですか?
Discord Announcerはliamtownsley42によって開発されたChromeの拡張機能で、その主な機能は「An easy way to send messages to your Discord Server from the Web Browser.」です。
拡張機能のスクリーンショット
Discord Announcer拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } } |