Skip to content

t0ch1k/header-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header Tap

A tiny single-purpose Chrome extension: add custom HTTP request headers to browser requests Chrome lets extensions modify. Nothing else.

No build step, no background worker, no dependencies — just a manifest, a popup, and one declarativeNetRequest dynamic rule that Chrome enforces natively. Headers keep being injected even after a browser restart, without the extension's code running.

Install

  1. Open chrome://extensions
  2. Enable Developer mode (top right)
  3. Click Load unpacked and select this folder

Use

Click the extension icon and add header name/value pairs — every change saves and applies immediately. The checkbox next to each row enables/disables that header individually. Settings persist across restarts.

To verify it works, open https://httpbin.org/headers — your headers should appear in the echoed request. Note: DevTools' Network panel may not show headers injected this way, so use an echo endpoint to check.

About

Minimal Chrome extension for adding custom HTTP headers

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors