Enhanced Network Tab Firefox

Examine source code of Enhanced Network Tab

Inspect and view changes in Enhanced Network Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enhanced Network Tab",
  "version": "1.9.0",
  "description": "A lightweight security analysis tool for capturing and modifying HTTP/S requests",
  "web_accessible_resources": [
    "jsrepository.json"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "activeTab",
    "storage",
    "clipboardWrite",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "96": "icons/icon96.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Enhanced Network Tab - Click to toggle"
  },
  "devtools_page": "devtools/devtools.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b457d19f-fbad-4782-9cc0-6b62bd27beb4}"
    }
  }
}

Best Enhanced Network Tab Alternatives

Here are some Firefox add-ons that are similar to Enhanced Network Tab: