Outbound Port Monitor Firefox

Examine source code of Outbound Port Monitor

Inspect and view changes in Outbound Port Monitor source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Outbound Port Monitor",
  "version": "1.0",
  "description": "Sidebar that logs destination ports of the browser's own outgoing connections in real time, color coded by port range, with hostname, type, timestamp, export and clear. All client-side, no data collection.",
  "browser_specific_settings": {
    "gecko": {
      "id": "outbound_port_monitor@libor_benes.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "sidebar_action": {
    "default_title": "Outbound Port Monitor",
    "default_panel": "sidebar.html"
  },
  "background": {
    "scripts": [
      "ports.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "downloads"
  ]
}

Best Outbound Port Monitor Alternatives

Here are some Firefox add-ons that are similar to Outbound Port Monitor: