API Response Mocker Firefox

Examine source code of API Response Mocker

Inspect and view changes in API Response Mocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "API Response Mocker",
  "short_name": "API Response",
  "version": "1.0.0",
  "description": "Adds a DevTools panel for intercepting and mocking API responses without modifying application code",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "devtools_page": "devtools/devtools.html",
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "network_mock_interceptor@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Mejores alternativas API Response Mocker

Aquí hay algunas Firefox add-ons que son similares a API Response Mocker: