Bunny Inspector Firefox

Examine source code of Bunny Inspector

Inspect and view changes in Bunny Inspector 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": "Bunny Inspector",
  "description": "Capture page context (elements, screenshots, console, network) and export to your AI coding assistant for debugging",
  "version": "1.0.2",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "webRequest",
    "contextMenus",
    "alarms",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bunny-inspector@inspector.bunnytech.app",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "sidebar_action": {
    "default_title": "Bunny Inspector",
    "default_panel": "terminal.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Inspector Settings",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ]
}

Best Bunny Inspector Alternatives

Here are some Firefox add-ons that are similar to Bunny Inspector: