Rewrite outgoing headers
Set authorization values, feature flags, cookies, user agents, cache directives, and custom headers.
HTTP header editor for Chromium
Add, replace, append, or remove HTTP request and response headers with URL-targeted rules. HeaderForge stays local, requires no account, and applies changes through Chrome’s Manifest V3 network API.
Chrome Web Store link will be added when the extension is published.
Built for focused testing
HeaderForge keeps the workflow close to the network request: define a rule, target a URL, and turn it on.
Set authorization values, feature flags, cookies, user agents, cache directives, and custom headers.
Change eligible response headers to investigate MIME types, caching, and application-visible metadata.
Use Chrome DNR URL filters to match a host, route, protocol, local server, or all permitted requests.
Toggle one rule or pause the complete ruleset. The toolbar badge reports how many rules are active.
Export a ruleset to the clipboard and import it into another browser profile without internal ID conflicts.
Rules live in chrome.storage.local. HeaderForge has no account, analytics, or remote rules service.
Rule anatomy
[
{
"enabled": true,
"target": "request",
"operation": "set",
"name": "x-test-user",
"value": "demo-user",
"urlFilter": "||api.example.com/"
}
]
Getting started
||api.example.com/ avoids applying test headers to unrelated traffic.See exactly what HeaderForge stores and why each browser permission is needed.