Last updated: 2026-07-06
Simple HTTP Header is a browser extension that modifies HTTP request and
response headers using Chrome's declarative
declarativeNetRequest
API.
Nothing. The extension collects no personal data and transmits no data to anyone.
- We do not collect, store, or transmit any personal or usage information.
- We do not use analytics, tracking, telemetry, or advertising.
- We make no network requests of our own.
Because it is declarative, the extension registers header rules that the browser applies itself. It cannot read, log, or stream the contents of your web requests or responses, your cookies, or your browsing history.
The rules and profiles you create — including any header values you type, which
may contain tokens or secrets — are stored only on your own device using
chrome.storage.local. This data:
- never leaves your machine,
- is never synced to your Google account (we deliberately do not use
chrome.storage.sync), - is removed when you uninstall the extension.
Exporting a profile writes JSON to your clipboard only when you explicitly click "Copy". Nothing is shared automatically.
declarativeNetRequest— to register the header-modification rules.storage— to save your rules and profiles locally on your device.host_permissions: <all_urls>— Chrome requires host access formodifyHeadersto apply to the sites you target. WithdeclarativeNetRequestthis grants the extension the ability to modify headers only; it does not grant the ability to read page content or traffic.
Questions or concerns: open an issue at https://github.com/agkloop/simple-http-header/issues.