To Discord
Sends content to added discord channels
To Discord là gì?
To Discord là một tiện ích mở rộng Chrome được phát triển bởi Harshvardhan Joshi, và tính năng chính của nó là "Sends content to added discord channels".
Ả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 To Discord
Tải xuống các tệp mở rộng To Discord 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | To Discord |
ID | epcihifbffodmnbbnjgancnlodhbkhcl |
URL Chính Thức | https://chromewebstore.google.com/detail/to-discord/epcihifbffodmnbbnjgancnlodhbkhcl |
Mô tả | Sends content to added discord channels |
Kích Thước Tệp | 531 KB |
Số Lần Cài Đặt | 1,018 |
Phiên Bản Hiện Tại | 2.1.2 |
Cập Nhật Lần Cuối | 2022-04-07 |
Ngày Phát Hành | 2019-11-17 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Harshvardhan Joshi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/GAM3RG33K/ToDiscord |
URL Trang Trợ Giúp | https://github.com/GAM3RG33K/ToDiscord |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |