BurpNinja Firefox

Examine source code of BurpNinja

Inspect and view changes in BurpNinja 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
{
  "description": "BurpNinja",
  "manifest_version": 2,
  "name": "BurpNinja",
  "version": "1.0.2",
  "icons": {
    "48": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ferozomer@proton.me",
      "strict_min_version": "91.1.0"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest",
    "contextualIdentities",
    "cookies",
    "proxy",
    "theme",
    "webRequestBlocking",
    "<all_urls>",
    "tabs"
  ],
  "options_ui": {
    "page": "src/settings/index.html",
    "browser_style": true
  },
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "48": "icons/icon.svg"
    },
    "default_title": "BurpNinja",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "src/icon.js",
      "src/config.js",
      "src/features.js",
      "src/background.js"
    ]
  },
  "devtools_page": "src/devtools/index.html",
  "content_scripts": [
    {
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/config.js",
        "src/features.js",
        "src/contentScript.js"
      ]
    }
  ]
}

Best BurpNinja Alternatives

Here are some Firefox add-ons that are similar to BurpNinja: