API Response Mocker Firefox

Examine source code of API Response Mocker

제작자: Aevorn LLC Add-on
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"
    }
  }
}

최고의 API Response Mocker 대안

다음은 API Response Mocker과(와) 유사한 Firefox add-on입니다: