geoiphdr

customizable HTTP header IP address injection

Wat is geoiphdr?

geoiphdr is een Chrome-extensie ontwikkeld door Kyle Cartmell, en de belangrijkste functie is "customizable HTTP header IP address injection".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie geoiphdr

Download geoiphdr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
Officiële URL https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Beschrijving customizable HTTP header IP address injection
Bestandsgrootte 8.21 KB
Aantal Installaties 146
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-05-23
Publicatiedatum 2014-05-22
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Kyle Cartmell
Betalingswijze free
Extensiewebsite https://github.com/KyleCartmell/geoiphdr
Help Pagina-URL https://github.com/KyleCartmell/geoiphdr/issues
Ondersteunde Talen 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"
        ]
    }
}