geoiphdr

customizable HTTP header IP address injection

Was ist geoiphdr?

geoiphdr ist eine Chrome-Erweiterung, die von Kyle Cartmell entwickelt wurde, und ihr Hauptmerkmal ist "customizable HTTP header IP address injection".

Erweiterungsscreenshots

screenshot

geoiphdr-Erweiterungs-CRX-Datei herunterladen

Laden Sie geoiphdr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
Offizielle URL https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Beschreibung customizable HTTP header IP address injection
Dateigröße 8.21 KB
Installationsanzahl 146
Aktuelle Version 1.0.1
Letztes Update 2014-05-23
Veröffentlichungsdatum 2014-05-22
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Kyle Cartmell
Zahlungsart free
Erweiterungswebsite https://github.com/KyleCartmell/geoiphdr
Hilfeseite URL https://github.com/KyleCartmell/geoiphdr/issues
Unterstützte Sprachen 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"
        ]
    }
}