Simple Request Interceptor Firefox

Examine source code of Simple Request Interceptor

Inspect and view changes in Simple Request Interceptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple Http Request Interceptor",
  "version": "1.0",
  "description": "Intercept, view, and copy HTTP requests as cURL commands.",
  "browser_specific_settings": {
    "gecko": {
      "id": "lars96.song@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "action": {
    "default_title": "Open Request Interceptor",
    "default_icon": "icon.svg"
  }
}

Best Simple Request Interceptor Alternatives

Here are some Firefox add-ons that are similar to Simple Request Interceptor: