To Discord
Sends content to added discord channels
To Discord क्या है?
To Discord Harshvardhan Joshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends content to added discord channels"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में To Discord एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |