Header Hacker
Modifies HTTP headers on the fly.
什么是Header Hacker?
Header Hacker是由Glenn Wilson开发的Chrome扩展程序,该扩展的主要功能是“Modifies HTTP headers on the fly.”。
扩展截图
下载Header Hacker扩展crx文件
下载Header Hacker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Header Hacker is an extension that allows you to quickly and easily modify HTTP headers on the fly. You can also pre-set certain sites to always change specific HTTP headers. Have specific feedback? Give me at shout on Google+! Version 0.7 adds support for the 'Host' header.
扩展基本信息
名称 | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
官方URL | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
简介 | Modifies HTTP headers on the fly. |
文件大小 | 159 KB |
安装次数 | 7,580 |
当前版本 | 0.7 |
更新时间 | 2013-05-29 |
上架时间 | 2013-05-28 |
评分 | 4.24/5 共121次评分 |
开发者 | Glenn Wilson |
付费类型 | free |
扩展官网 | https://plus.google.com/105199364823220402760 |
帮助页面URL | https://plus.google.com/105199364823220402760 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Hacker", "version": "0.7", "manifest_version": 2, "description": "Modifies HTTP headers on the fly.", "options_page": "options.html", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_title": "Header Hacker", "default_icon": "header.png", "default_popup": "popup.html" }, "icons": { "128": "header-128.png", "64": "header-64.png", "32": "header-32.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", " |