geoiphdr

customizable HTTP header IP address injection

Co to jest geoiphdr?

geoiphdr to rozszerzenie Chrome opracowane przez Kyle Cartmell, a jego główną funkcją jest „customizable HTTP header IP address injection”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia geoiphdr

Pobierz pliki rozszerzeń geoiphdr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
Oficjalny URL https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Opis customizable HTTP header IP address injection
Rozmiar pliku 8.21 KB
Liczba instalacji 146
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-05-23
Data Publikacji 2014-05-22
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper Kyle Cartmell
Typ Płatności free
Strona Rozszerzenia https://github.com/KyleCartmell/geoiphdr
Adres URL Strony Pomocy https://github.com/KyleCartmell/geoiphdr/issues
Obsługiwane Języki 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"
        ]
    }
}