A Chromium-based browser (Chrome/Edge/Brave/etc.) extension that adds custom HTTP headers to requests for specific domains.
- Open your Chromium-based browser and go to
chrome://extensions/ - Enable Developer mode (top right toggle)
- Click Load unpacked
- Select the
Phexfolder
- Click the Phex extension icon in your browser toolbar
- Add a rule:
- Domain: The domain to match (e.g.,
example.com) - Header Name: The HTTP header name (e.g.,
Authorization) - Header Value: The header value (e.g.,
Bearer token123)
- Domain: The domain to match (e.g.,
- Click Add Rule
- Rules are applied immediately to all matching requests
- Toggle rules: Turn individual rules on/off without deleting them
- Reorder rules: Drag and drop to change priority (top = highest priority)
- Persistent storage: Rules are saved and persist across browser restarts
Visit https://httpbin.org/headers after adding a rule for httpbin.org to verify your custom header appears in the response.