GA4 Debugger Firefox

Examine source code of GA4 Debugger

By: agnarok Add-on
Inspect and view changes in GA4 Debugger 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": "GA4 Debugger",
  "version": "1.0.0",
  "description": "Debug GA4 tracking events in a dedicated DevTools panel. Port of the Chrome extension by James Yoon.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ga4-debugger@firefox",
      "strict_min_version": "86.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "devtools",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "*://*.google-analytics.com/*",
    "*://*.analytics.google.com/*",
    "*://*.g.doubleclick.net/*",
    "<all_urls>"
  ]
}

Best GA4 Debugger Alternatives

Here are some Firefox add-ons that are similar to GA4 Debugger: