ParamHound Chrome

Examine source code of ParamHound

Inspect and view changes in ParamHound source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ParamHound",
  "version": "0.1.0",
  "description": "ParamHound — hidden HTTP parameter discovery extension for authorized security testing (Manifest V3).",
  "minimum_chrome_version": "120",
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "ParamHound"
  },
  "options_page": "src/options/index.html",
  "side_panel": {
    "default_path": "src/sidepanel/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "webRequest",
    "sidePanel"
  ],
  "host_permissions": [],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "src/assets/icon-16.png",
    "48": "src/assets/icon-48.png",
    "128": "src/assets/icon-128.png"
  }
}

Best ParamHound Alternatives

Here are some Chrome extensions that are similar to ParamHound: