Apifox Browser Extension Firefox

Examine source code of Apifox Browser Extension

Inspect and view changes in Apifox Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Apifox Browser Extension",
  "description": "API 文档、API 调试、API Mock、API 自动化测试",
  "version": "1.0.9",
  "icons": {
    "96": "logo-96.png",
    "128": "logo-128.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Apifox",
    "default_icon": "logo-96.png"
  },
  "web_accessible_resources": [
    "adapter.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "runtime.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "apifox-agent@apifox.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Apifox Browser Extension Alternatives

Here are some Firefox add-ons that are similar to Apifox Browser Extension: