A small Chrome extension to add, modify, or remove HTTP request headers. Created as a lightweight replacement for ModHeader (which includes ads).
- Provide an ad-free, privacy-focused tool for manipulating request headers.
- Simple rule-based header injection/removal for development and debugging.
- Open Chrome and go to
chrome://extensions/. - Enable Developer mode (top-right).
- Click Load unpacked.
- Select the extension folder (the repository root or
dist/buildfolder if the extension is built). - The extension should appear in the toolbar. Pin it if needed.
Note: if you have ModHeader installed, disable or remove it to avoid conflicting behavior.
- Click the extension icon to open the UI.
- Add a rule: specify domain matching (e.g.,
*://example.com/*), header name, and header value. - Enable/disable rules or toggle the extension globally.
- Changes take effect on new requests (reload pages to apply).
Domain: *://api.example.com/*
Header: X-My-Header
Value: 12345
Action: Add
- Requires permission to read/modify requests for specified sites.
- No ads and no telemetry by default (verify in code for your distribution).
- Go to
chrome://extensions/, find the extension, and click Remove.
Contributions, bug reports, and feature requests welcome — open a GitHub issue or PR in the repository.