All Projects → FirefoxBar → Headereditor

FirefoxBar / Headereditor

Licence: gpl-2.0
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Headereditor

Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-70.71%)
Mutual labels:  chrome, firefox, webextension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-59.17%)
Mutual labels:  chrome, firefox, webextension
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-70.12%)
Mutual labels:  chrome, firefox, webextension
Useragent Switcher
A User-Agent spoofer browser extension that is highly configurable
Stars: ✭ 261 (-22.78%)
Mutual labels:  chrome, firefox, webextension
Browser
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Stars: ✭ 3,305 (+877.81%)
Mutual labels:  chrome, firefox, webextension
Retrotxt
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into in-browser HTML
Stars: ✭ 93 (-72.49%)
Mutual labels:  chrome, firefox, webextension
Xstyle
A user styles manager for Firefox and Chrome
Stars: ✭ 138 (-59.17%)
Mutual labels:  chrome, firefox, webextension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (+7.99%)
Mutual labels:  chrome, firefox, webextension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+678.11%)
Mutual labels:  chrome, firefox, webextension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-49.7%)
Mutual labels:  chrome, firefox, webextension
Cookie Autodelete
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
Stars: ✭ 1,015 (+200.3%)
Mutual labels:  chrome, firefox, webextension
Tomato Clock
Tomato Clock is a simple browser extension for managing your productivity.
Stars: ✭ 241 (-28.7%)
Mutual labels:  chrome, firefox, webextension
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+2390.53%)
Mutual labels:  chrome, firefox, webextension
Epiboard
Web Extension — A new tab page extension with material design and useful features 🆕 🎉
Stars: ✭ 262 (-22.49%)
Mutual labels:  chrome, firefox, webextension
Webextension Pixiv Toolkit
A web extension for Pixiv
Stars: ✭ 513 (+51.78%)
Mutual labels:  chrome, firefox, webextension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-61.24%)
Mutual labels:  chrome, firefox, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-55.33%)
Mutual labels:  chrome, firefox, webextension
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-50.59%)
Mutual labels:  chrome, firefox, webextension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+812.13%)
Mutual labels:  chrome, firefox, webextension
webpageScanner
Extension for Firefox
Stars: ✭ 16 (-95.27%)
Mutual labels:  firefox, webextension

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 documentions

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

  • unsafe-eval: Custom function require it, code at src/options/App.vue#L657 and src/core/rules.js#L23 (The location may change in the future, you can search for the newest location by new Function)

Contribution

Contribute codes: Submiting a pull request

Thanks to the following personnel for their contribution:

Translation

English: Please submit a issue or pull request for file build/locales/original.json

Other: Transifex

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].