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: 24 days ago
JSON representation

Modify headers by new declarativeNetRequest API

Lists

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