Google Analytics Debugger Firefox

Examine source code of Google Analytics Debugger

By: Wildsky
Inspect and view changes in Google Analytics Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_action": {
    "default_icon": "icon-off.png",
    "default_title": "GA Debug: OFF"
  },
  "description": "Prints useful information to the JavaScript console by enabling the debug version of the Google Analytics Javascript.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Google Analytics Debugger",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "tabs"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "version": "2.8.2"
}

Best Google Analytics Debugger Alternatives

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