ContextHound Firefox

Examine source code of ContextHound

Inspect and view changes in ContextHound 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": 3,
  "name": "ContextHound",
  "version": "1.9.0",
  "description": "Real-time prompt injection scanner. Detect injection attacks before they reach your AI model.",
  "browser_specific_settings": {
    "gecko": {
      "id": "contexthound@contexthound.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "webRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/scanner-worker.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "ContextHound — Prompt Injection Scanner",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "devtools_page": "devtools/devtools.html",
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best ContextHound Alternatives

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