Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myWsq/simple-header-modifier
Modify headers by new declarativeNetRequest API
https://github.com/myWsq/simple-header-modifier
chrome-extension declarativenetrequest header network
Last synced: 14 days ago
JSON representation
Modify headers by new declarativeNetRequest API
- Host: GitHub
- URL: https://github.com/myWsq/simple-header-modifier
- Owner: myWsq
- License: mit
- Created: 2022-05-20T09:49:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T05:50:08.000Z (over 2 years ago)
- Last Synced: 2024-08-01T15:14:33.861Z (3 months ago)
- Topics: chrome-extension, declarativenetrequest, header, network
- Language: TypeScript
- Homepage:
- Size: 303 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
Simple Header Modifier
![Badge](https://img.shields.io/github/v/release/myWsq/simple-header-modifier)
![Badge](https://img.shields.io/badge/Chrome-96%2B-blue?logo=Google-chrome&logoColor=white)
![Badge](https://img.shields.io/github/license/myWsq/simple-header-modifier)
A lightweight chrome extension that allows you to easily add custom headers to requests.
## Install
- [Download](https://github.com/myWsq/simple-header-modifier/releases) the last version zip file and unzip it to a folder.
- Open `chrome://extensions` and turn on the **Developer mode** in top right.
- Click the **Load unpacked extension** button and select the unzipped folder to install it.
- Enjoy it!
## Note
Simple Header Modifier modified your request headers and get feedback through the [declarativeNetRequest API](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest). However, the [`onRuleMatchedDebug`](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#event-onRuleMatchedDebug) method is only available for unpacked extensions. This is the reason why this extension cannot be installed by store.
## License
MIT License Copyright (c) 2022 Shuaiqi Wang