Websockets URL Sender Firefox

Examine source code of Websockets URL Sender

Inspect and view changes in Websockets URL Sender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebsocketsURLSender",
  "version": "0.2",
  "description": "Sends the URL of the website you are visiting via websockets.",
  "icons": {
    "48": "icons/icon-48.png",
    "567": "icons/icon-567.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "WebsocketsURLSender.js"
      ]
    }
  ]
}

Best Websockets URL Sender Alternatives

Here are some Firefox add-ons that are similar to Websockets URL Sender: