To Discord
Sends content to added discord channels
Was ist To Discord?
To Discord ist eine Chrome-Erweiterung, die von Harshvardhan Joshi entwickelt wurde, und ihr Hauptmerkmal ist "Sends content to added discord channels".
Erweiterungsscreenshots
To Discord-Erweiterungs-CRX-Datei herunterladen
Laden Sie To Discord-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | To Discord |
ID | epcihifbffodmnbbnjgancnlodhbkhcl |
Offizielle URL | https://chromewebstore.google.com/detail/to-discord/epcihifbffodmnbbnjgancnlodhbkhcl |
Beschreibung | Sends content to added discord channels |
Dateigröße | 531 KB |
Installationsanzahl | 1,018 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2022-04-07 |
Veröffentlichungsdatum | 2019-11-17 |
Bewertung | 3.60/5 Insgesamt 5 Bewertungen |
Entwickler | Harshvardhan Joshi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/GAM3RG33K/ToDiscord |
Hilfeseite URL | https://github.com/GAM3RG33K/ToDiscord |
Unterstützte Sprachen | 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" } } |