Discord Link Sender
Send a link to Discord
What is Discord Link Sender?
Discord Link Sender is a Chrome extension developed by Cornelius Denninger, and its main feature is "Send a link to Discord".
Extension Screenshots
Download Discord Link Sender Extension CRX File
Download Discord Link Sender 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
The Discord Link Sender extension is a helpful addon that lets you send urls from your current browser tab to you preferred discord server without leaving your browser. Have fun!
Extension Basic Information
Name | |
ID | eomemhkkpegienlgknkpfimmombfjooc |
Official URL | https://chrome.google.com/webstore/detail/discord-link-sender/eomemhkkpegienlgknkpfimmombfjooc |
Description | Send a link to Discord |
File Size | 7.82 KB |
Installation Count | 160 |
Current Version | 1.1 |
Last Updated | 2019-04-11 |
Publish Date | 2019-04-11 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Cornelius Denninger |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discord Link Sender", "description": "Send a link to Discord", "version": "1.1", "author": "Cornelius Denninger", "manifest_version": 2, "homepage_url": "https:\/\/codenn.de\/", "short_name": "Wumpus Send", "icons": { "128": "src\/assets\/Discord-Logo-White.png" }, "browser_action": { "default_popup": "\/hello.html", "default_icon": "src\/assets\/Discord-Logo-White.png" }, "permissions": [ "contextMenus", "storage", "declarativeContent", "activeTab", "background" ], "background": { "scripts": [ "src\/js\/eventPage.js" ], "persistent": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens Discord Chrome Extension" } } } |