geoiphdr

customizable HTTP header IP address injection

Cos'è geoiphdr?

geoiphdr è un'estensione di Chrome sviluppata da Kyle Cartmell, e la sua funzione principale è "customizable HTTP header IP address injection".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione geoiphdr

Scarica i file di estensione geoiphdr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
URL Ufficiale https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Descrizione customizable HTTP header IP address injection
Dimensione del File 8.21 KB
Conteggio Installazioni 146
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-05-23
Data di Pubblicazione 2014-05-22
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Kyle Cartmell
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/KyleCartmell/geoiphdr
URL della Pagina di Aiuto https://github.com/KyleCartmell/geoiphdr/issues
Lingue Supportate 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"
        ]
    }
}