https://github.com/automattic/a8c-chrome-mod-header
This is a Chrome extension that allows you to modify request headers for all requests in a page. It can be useful for development, debugging and security testing.
https://github.com/automattic/a8c-chrome-mod-header
chrome-extension headers modification request
Last synced: 7 months ago
JSON representation
This is a Chrome extension that allows you to modify request headers for all requests in a page. It can be useful for development, debugging and security testing.
- Host: GitHub
- URL: https://github.com/automattic/a8c-chrome-mod-header
- Owner: Automattic
- Created: 2024-07-17T08:51:56.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2025-01-21T00:04:57.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:04:13.895Z (over 1 year ago)
- Topics: chrome-extension, headers, modification, request
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# a8c ModHeader Extension for Chrome
This is a Chrome extension that allows you to modify request headers for all requests in a page. It can be useful for development, debugging and security testing.
## Features
- Add, modify or remove request headers.
## Installation
1. Clone this repository or download the ZIP file.
2. Open Chrome and go to `chrome://extensions/`.
3. Enable "Developer mode" in the top right corner.
4. Click on "Load unpacked" and select the folder where you cloned or extracted the ZIP file.
## Usage
1. Click on the extension icon in the toolbar.
2. Fill in the header name and value.
3. Click on the "Add" button to add a new header.
4. Click on the "Reload" button to reload the page with the new headers.
screenshot:
