Chrome extension to easily filter header names and values on both requests and responses.
This extension adds a new tab in the chrome developer tools. From there you can monitor and search headers using regular expressions.
The easiest way to install the extension is through the Chrome web store
- Clone repository
- Build from source
- Go to
chrome://extensions/
- Enable
developer mode
- Click
load unpacked extension
- Select the
dist
directory - Extension is now available as a new tab in chrome devtools
npm ci
npm run build