geoiphdr

customizable HTTP header IP address injection

What is geoiphdr?

geoiphdr is a Chrome extension developed by Kyle Cartmell, and its main feature is "customizable HTTP header IP address injection".

Extension Screenshots

screenshot

Download geoiphdr Extension CRX File

Download geoiphdr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
Official URL https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Description customizable HTTP header IP address injection
File Size 8.21 KB
Installation Count 146
Current Version 1.0.1
Last Updated 2014-05-23
Publish Date 2014-05-22
Rating 4.20/5 Total 5 Ratings
Developer Kyle Cartmell
Payment Type free
Extension Website https://github.com/KyleCartmell/geoiphdr
Help Page URL https://github.com/KyleCartmell/geoiphdr/issues
Supported Languages 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"
        ]
    }
}