API Network Recorder Firefox

Examine source code of API Network Recorder

Inspect and view changes in API Network Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "API Network Recorder",
  "version": "0.1.6",
  "description": "Capture authorized API requests and responses for debugging, documentation, and API analysis.",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webRequestFilterResponse"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_title": "API Network Recorder",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "api-network-recorder@lozoya.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity"
        ]
      }
    }
  }
}

Best API Network Recorder Alternatives

Here are some Firefox add-ons that are similar to API Network Recorder: