PostHog Debugger (Unofficial) Firefox

Examine source code of PostHog Debugger (Unofficial)

Inspect and view changes in PostHog Debugger (Unofficial) 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": "PostHog Debugger (Unofficial)",
  "version": "1.6.3",
  "description": "Debug PostHog analytics in DevTools: config, events, network, identity, flags, replay, privacy, and autocapture.",
  "action": {
    "default_title": "How to open PostHog Debugger",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "devtools_page": "devtools.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://eu.i.posthog.com https://eu-assets.i.posthog.com;"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "injected.js"
      ],
      "run_at": "document_start",
      "world": "MAIN",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "relay.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "posthog-debugger@gevorg.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best PostHog Debugger (Unofficial) Alternatives

Here are some Firefox add-ons that are similar to PostHog Debugger (Unofficial):