AEP Requests Analyzer Firefox

Examine source code of AEP Requests Analyzer

Inspect and view changes in AEP Requests Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AEP Requests Analyzer",
  "description": "Extension to parse Adobe Experience Platform analytics requests",
  "version": "0.1",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "dlongo97dev@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_title": "AEP analyzer is ON",
    "default_icon": {
      "16": "/img/icon-on.png",
      "24": "/img/icon-on.png",
      "32": "/img/icon-on.png",
      "48": "/img/icon-on.png",
      "128": "/img/icon-on.png"
    },
    "default_popup": "/html/popup.html"
  },
  "icons": {
    "16": "/img/icon-on.png",
    "24": "/img/icon-on.png",
    "32": "/img/icon-on.png",
    "48": "/img/icon-on.png",
    "128": "/img/icon-on.png"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/js/content-script.js",
        "/js/request-analyzer.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "scripting",
    "tabs",
    "webRequest",
    "management"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/js/request-analyzer.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best AEP Requests Analyzer Alternatives

Here are some Firefox add-ons that are similar to AEP Requests Analyzer: