geoiphdr

customizable HTTP header IP address injection

Hvad er geoiphdr?

geoiphdr er en Chrome-udvidelse udviklet af Kyle Cartmell, og dens hovedfunktion er "customizable HTTP header IP address injection".

Udvidelsesskærmbilleder

screenshot

Download geoiphdr-udvidelses-CRX-fil

Download geoiphdr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
Officiel URL https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Beskrivelse customizable HTTP header IP address injection
Filstørrelse 8.21 KB
Antal Installationer 146
Nuværende Version 1.0.1
Senest Opdateret 2014-05-23
Udgivelsesdato 2014-05-22
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Kyle Cartmell
Betalingsmetode free
Udvidelseswebsted https://github.com/KyleCartmell/geoiphdr
Hjælpeside-URL https://github.com/KyleCartmell/geoiphdr/issues
Understøttede Sprog 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"
        ]
    }
}