geoiphdr

customizable HTTP header IP address injection

O que é geoiphdr?

geoiphdr é uma extensão do Chrome desenvolvida por Kyle Cartmell, e sua principal característica é "customizable HTTP header IP address injection".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão geoiphdr

Baixe arquivos de extensão geoiphdr 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

                        Enables injection of X-Forwarded-For and X-Client-IP HTTP headers with known IP addresses for specific geographical locations. My use case is testing of geolocation rules within an A/B testing system but there are probably some other interesting applications.

Currently only supports these two headers, the 50 US states, District of Columbia and the various Canadian provinces. Enjoy!

https://github.com/KyleCartmell/geoiphdr                    

Informações Básicas da Extensão

Nome geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
URL Oficial https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Descrição customizable HTTP header IP address injection
Tamanho do Arquivo 8.21 KB
Contagem de Instalações 146
Versão Atual 1.0.1
Última Atualização 2014-05-23
Data de Publicação 2014-05-22
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Kyle Cartmell
Tipo de Pagamento free
Site da Extensão https://github.com/KyleCartmell/geoiphdr
URL da Página de Ajuda https://github.com/KyleCartmell/geoiphdr/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "geoiphdr",
    "description": "customizable HTTP header IP address injection",
    "version": "1.0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}