Send to Discord
Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook
What is Send to Discord?
Send to Discord is a Chrome extension developed by Hannes Burger, and its main feature is "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook".
Extension Screenshots
Download Send to Discord Extension CRX File
Download Send to Discord extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SendToDiscord is a small extension that allows you to quickly send links/images/etc. to a discord channel via right-click. GitHub: https://github.com/burgha/sendtodiscord Special Thanks to Cornelius Denninger
Extension Basic Information
Name | Send to Discord |
ID | fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
Official URL | https://chromewebstore.google.com/detail/send-to-discord/fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
Description | Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook |
File Size | 20.96 KB |
Installation Count | 743 |
Current Version | 1.2.2 |
Last Updated | 2019-07-09 |
Publish Date | 2019-07-09 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Hannes Burger |
Payment Type | free |
Extension Website | https://github.com/burgha/sendtodiscord |
Help Page URL | https://github.com/burgha/sendtodiscord |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to Discord", "version": "1.2.2", "description": "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/burgha\/sendtodiscord", "permissions": [ "contextMenus", "storage", "identity", "https:\/\/discordapp.com\/api\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" } } |