Request Headers Editor
Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request.
什么是Request Headers Editor?
Request Headers Editor是由AG开发的Chrome扩展程序,该扩展的主要功能是“Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request.”。
扩展截图
下载Request Headers Editor扩展crx文件
下载Request Headers Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The options page gives you a simple ini-file editor, where each section represents a pattern, e.g., `https://*.example.com/`, & each key-value pair in the sections corresponds to a header name (say, referer or user-agent). If you leave the value of the key empty, such header will be removed from subsequent requests.
扩展基本信息
名称 | |
ID | ilnphcjchjmgfnoblebeachdjbhapapg |
官方URL | https://chromewebstore.google.com/detail/request-headers-editor/ilnphcjchjmgfnoblebeachdjbhapapg |
简介 | Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request. |
文件大小 | 33.38 KB |
安装次数 | 83 |
当前版本 | 0.0.5 |
更新时间 | 2023-04-08 |
上架时间 | 2019-04-08 |
开发者 | AG |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gromnitsky/request-headers-editor |
帮助页面URL | https://github.com/gromnitsky/request-headers-editor/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Request Headers Editor", "description": "Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request.", "version": "0.0.5", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |