Header-Editor Header-Editor

Developer Tools
Version: 2.2.0
Last Update: 2015-04-13

Overview

Header-Editor is a Chrome extension developed by 67726e. According to the data from Chrome web store, current version of Header-Editor is 2.2.0, updated on 2015-04-13.
6,000+ users have installed this extension. 17 users have rated this extension with an average rating of .

Alter your HTTP request headers on the fly

Header-Editor is an extension that will allow you to create and use arbitrary HTTP headers in Chrome.

The following permissions are needed for Header-Editor to run:

- webRequest - Used to access the requests being sent out.
- webRequestBlocking - So that headers are modified before being sent.
- <all_urls> - All URLs are asked for since the extension cannot know ahead of time where it will be needed.

Note: Response headers do not appear in the Network Inspector, however they are supplied to your code. For more details, see:

- http://hexcoder.us/2013/08/08/response-headers-and-chrome-extensions/
- https://code.google.com/p/chromium/issues/detail?id=258064

Rating

17 ratings

Total Installs

6,000+

Information

Last Update

2015-04-13

Current Version

2.2.0

Size

131KiB

Author

67726e

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Alex
2021-11-25

This how to view response headers:

var req = new XMLHttpRequest();
req.open('GET', document.location, false);
req.send(null);
var headers = req.getAllResponseHeaders().toLowerCase();
alert(headers);

avatar Umbrella Connor
2019-10-25

不知道选项怎么用,但图片自动命名很方便

avatar gledos green
2018-06-08

十分方便的让我既能让chrome显示中文界面,又能让网页看不到我使用的语言。
使用前:accept-language: zh-CN,zh-TW;q=0.9,zh;q=0.8,en-US;q=0.7,en;q=0.6
使用后:accept-language: en-US

avatar Owen Boyle
2018-02-08

If you set a header it works the first time (on the server, you can see the header arriving). But then, if you alter the header value, it still sends the original value. It kept sending a particular value even after I deleted that header. Maybe you are supposed to restart the browser after changes but I'm not going to do that.

avatar Mikhail Philimonov
2017-09-11

Абсолютно нерабочая и бесполезная софтина!