ObservePoint Debugger Firefox

Examine source code of ObservePoint Debugger

Inspect and view changes in ObservePoint Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ObservePoint Debugger",
  "description": "Troubleshoot analytics tags, variables, events, cookies, and more. Supports Adobe Analytics, Google Analytics, and thousands more.",
  "version": "2.24.242",
  "homepage_url": "http://www.observepoint.com/?utm_source=extension&utm_medium=app-click&utm_campaign=extension-panel",
  "incognito": "split",
  "background": {
    "scripts": [
      "scripts/background/main.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "scripts/content/main.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "scripts/content/pageScript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_popup": "pages/popup/index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "devtools_page": "devtools.html",
  "permissions": [
    "storage",
    "webRequest",
    "downloads",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "scripts/content/pageScript.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f901360c-68bb-4850-a2ac-1904e3b36299}"
    }
  }
}

Best ObservePoint Debugger Alternatives

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