Skip to content

Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests

License

Notifications You must be signed in to change notification settings

cjz9032/HeaderEditor

 
 

Repository files navigation

Header Editor

Build Status GitHub release license Gitter

An extension which can modify the request, include request headers, response headers, redirect requests, and cancel requests.

For more documentations, Please visit wiki

Get this extension

Firefox Logo Mozilla Add-on.

Chrome Logo Chrome Web Store.

Firefox Logo Install our self-distributed version.

About Permissions

Header Editor require those permissions:

  • tabs: Open links or switch to a tab

  • webRequest, webRequestBlocking, all_urls: Modify the requests

  • contextMenus: Add anti-hot-link to right-click menu

  • storage, unlimitedStorage: Storage rules and settings

  • downloads: Export rules

Contribution

Contribute codes: Submiting a pull request

Translate this extension: Transifex

Thanks to the following personnel for their contribution:

YFdyh000

Language maintainers

The following are language maintainers, Thanks for their contribution.

If you have any advice on translations, please contact the maintainer(s) directly.

How to build

Prepare

  • Install node, npm or yarn. (It is recommended to use yarn, or the build result may be inconsistent with the release version)

  • Clone this project, or download the source code and extract it

  • Run yarn or npm install

Build

  • Run yarn build or npm run build

  • Find build result at /dist

Development

  • Run yarn watch:dev or npm run watch:dev

  • Open browser, load extension from /dist directory or /dist/manifest.json

Licenses

Copyright © 2017-2019 FirefoxBar Team

Open source licensed under GPLv2.

About

Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.5%
  • Vue 44.5%
  • CSS 9.3%
  • HTML 0.7%