To Discord
Sends content to added discord channels
To Discordとは何ですか?
To DiscordはHarshvardhan Joshiによって開発されたChromeの拡張機能で、その主な機能は「Sends content to added discord channels」です。
拡張機能のスクリーンショット
To Discord拡張機能のCRXファイルをダウンロード
To Discord拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is easy to use and supports multiple discord channels. Every added channel can be accessed from the context menu. Just add your discord channel's Web-hook URL and start sending the content to your channel. Now you can also broadcast sharing to multiple channels, Just combine two web-hook URLs with ';' and save it just like other channels.
拡張機能の基本情報
名前 | To Discord |
ID | epcihifbffodmnbbnjgancnlodhbkhcl |
公式URL | https://chromewebstore.google.com/detail/to-discord/epcihifbffodmnbbnjgancnlodhbkhcl |
説明 | Sends content to added discord channels |
ファイルサイズ | 531 KB |
インストール数 | 1,018 |
現在のバージョン | 2.1.2 |
最終更新日 | 2022-04-07 |
公開日 | 2019-11-17 |
評価 | 3.60/5 合計 5 レビュー |
開発者 | Harshvardhan Joshi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/GAM3RG33K/ToDiscord |
ヘルプページのURL | https://github.com/GAM3RG33K/ToDiscord |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.1.2", "name": "To Discord", "description": "Sends content to added discord channels", "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/ext_icon_16.png", "20": "icons\/ext_icon_20.png", "32": "icons\/ext_icon_32.png", "40": "icons\/ext_icon_40.png", "48": "icons\/ext_icon_48.png", "128": "icons\/ext_icon_128.png" }, "browser_action": { "default_icon": { "16": "icons\/ext_icon_16.png", "20": "icons\/ext_icon_20.png", "32": "icons\/ext_icon_32.png", "40": "icons\/ext_icon_40.png", "48": "icons\/ext_icon_48.png", "128": "icons\/ext_icon_128.png" } }, "permissions": [ "contextMenus", "storage", "unlimitedStorage" ], "options_ui": { "open_in_tab": true, "page": "pages\/options.html" } } |