Send to Discord Firefox

Examine source code of Send to Discord

Inspect and view changes in Send to Discord source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "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"
  }
}

Best Send to Discord Alternatives

Here are some Firefox add-ons that are similar to Send to Discord: