Universal Adobe Debugger Firefox

Examine source code of Universal Adobe Debugger

Inspect and view changes in Universal Adobe Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Universal Adobe Debugger",
  "description": "Adobe Analytics, AEP & Launch debugger. Inspect Web SDK, XDM & tracking calls directly in Chrome DevTools.",
  "version": "1.25.4",
  "action": {
    "default_popup": "main.html",
    "default_icon": "favicon 16-4 - grey.png"
  },
  "icons": {
    "16": "favicon 16-4 - green.png",
    "32": "debuggerFavicon 32.png",
    "48": "debuggerFavicon 48.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/UAD-cs.js"
      ]
    },
    {
      "matches": [
        "https://assets.adobedtm.com/extensions/*",
        "https://launch.adobe.com/*",
        "https://experience.adobe.com/*"
      ],
      "js": [
        "js/adobe-launch.js"
      ],
      "css": [
        "css/adobe-launch.css"
      ],
      "all_frames": true
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "<all_urls>",
      "http://*/*",
      "https://*/*"
    ],
    "accepts_tls_channel_id": false
  },
  "permissions": [
    "cookies",
    "storage",
    "webRequest",
    "declarativeNetRequest",
    "activeTab",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "universal-adobe-debugger@c"
    }
  }
}

Best Universal Adobe Debugger Alternatives

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