Examine source code of CF Live Headers

Inspect and view changes in CF Live Headers source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "CF Live Headers",
  "description": "Displays the live log with the http requests headers",
  "version": "3.7.4",
  "permissions": [
    "debugger"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "CF Live Headers"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}