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

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

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 Header中携带者太多的用户信息,如何隐藏这些信息,这就是这个插件要做的,目前包括:

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

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

版本记录

v1.0.2

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