Header Hacker
Modifies HTTP headers on the fly.
O que é Header Hacker?
Header Hacker é uma extensão do Chrome desenvolvida por Glenn Wilson, e sua principal característica é "Modifies HTTP headers on the fly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Header Hacker
Baixe arquivos de extensão Header Hacker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
URL Oficial | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
Descrição | Modifies HTTP headers on the fly. |
Tamanho do Arquivo | 159 KB |
Contagem de Instalações | 7,580 |
Versão Atual | 0.7 |
Última Atualização | 2013-05-29 |
Data de Publicação | 2013-05-28 |
Classificação | 4.24/5 Total de 121 Avaliações |
Desenvolvedor | Glenn Wilson |
Tipo de Pagamento | free |
Site da Extensão | https://plus.google.com/105199364823220402760 |
URL da Página de Ajuda | https://plus.google.com/105199364823220402760 |
Idiomas Suportados | 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", " |