Google Analytics Debugger PM Firefox

Examine source code of Google Analytics Debugger PM

Inspect and view changes in Google Analytics Debugger PM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Analytics Debugger",
  "version": "1.3",
  "description": "Debug and inspect Google Analytics (analytics.js, gtag.js, dataLayer) calls on any page. Capture hits, events and show a quick overlay + popup dashboard.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_title": "GA Debugger",
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f81329cc-add0-47a0-97e5-13866b4a827e}"
    }
  }
}

Best Google Analytics Debugger PM Alternatives

Here are some Firefox add-ons that are similar to Google Analytics Debugger PM: