Akamai Debug Helper Firefox

Examine source code of Akamai Debug Helper

By: M4n0x
Inspect and view changes in Akamai Debug Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Akamai Debug Helper",
  "description": "Inject Akamai pragma headers and show CDN response details.",
  "version": "1.1.4",
  "action": {
    "default_title": "Akamai Debug",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess",
    "storage",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-debug": {
      "suggested_key": {
        "default": "Alt+Shift+D",
        "mac": "Command+Shift+D"
      },
      "description": "Toggle Akamai debug headers for the active tab"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "akamai-debug@stevereis.ch",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Akamai Debug Helper Alternatives

Here are some Firefox add-ons that are similar to Akamai Debug Helper: