Request Inspector Lite Firefox

Examine source code of Request Inspector Lite

Inspect and view changes in Request Inspector Lite 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": 3,
  "name": "Request Inspector Lite",
  "version": "3.1.0",
  "description": "A lightweight devtools-style panel that shows all network requests in real time. Accessible via toolbar popup — no DevTools needed.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "tabs",
    "management",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/icon.svg",
      "24": "icons/icon.svg",
      "32": "icons/icon.svg",
      "48": "icons/icon.svg",
      "64": "icons/icon.svg"
    },
    "default_title": "Request Inspector Lite",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "dashboard.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon.svg",
    "24": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "64": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "sidebar_action": {
    "default_icon": {
      "16": "icons/icon.svg",
      "24": "icons/icon.svg",
      "32": "icons/icon.svg"
    },
    "default_title": "Request Inspector",
    "default_panel": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "request-inspector-lite@devvyy.xyz",
      "strict_min_version": "142.0"
    }
  }
}

Best Request Inspector Lite Alternatives

Here are some Firefox add-ons that are similar to Request Inspector Lite: