APIlot Firefox

Examine source code of APIlot

제작자: Mohamed Zumair Add-on
Inspect and view changes in APIlot 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": 2,
  "name": "APIlot",
  "description": "Your AI copilot for API testing - supports GraphQL and REST with AI-powered mocking, time-travel debugging and performance analytics",
  "version": "2.3.1",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "devtools",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "injected.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "apilot@mohamed.zumair",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "APIlot",
    "default_popup": "popup.html"
  },
  "devtools_page": "devtools.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 APIlot 대안

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