Compare Chrome extensions: Header自定义工具 vs Header-Editor

Stats Header自定义工具 Header自定义工具 Header-Editor Header-Editor
User count 2,000+ 7,000+
Average rating 4.20 3.65
Rating count 10 17
Last updated 2018-10-23 2015-04-13
Size 37.82K 134.14K
Version 1.0.2 2.2.0
Short description
一个可以自定义HTTP Header信息的Chrome插件,包括Referer访问来源、随机UA信息、随机IP地址。 Alter your HTTP request headers on the fly
Full summary

HTTP Header中携带者太多的用户信息,如何隐藏这些信息,这就是这个插件要做的,目前包括:

  1. Referer访问来源信息(可以用于推广个人网站)
  2. UA信息、随机UA信息
  3. 访问IP地址随机

其他更多内容可以反馈和建议。

版本记录

v1.0.2

  • 修改referer注入方式,防止一些静态资源文件被屏蔽
  • 修改locale本地化文件的bug
See more

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: