geoiphdr

customizable HTTP header IP address injection

geoiphdr란 무엇입니까?

geoiphdr은(는) Kyle Cartmell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "customizable HTTP header IP address injection"입니다.

확장 프로그램 스크린샷

screenshot

geoiphdr 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
공식 URL https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
설명 customizable HTTP header IP address injection
파일 크기 8.21 KB
설치 횟수 146
현재 버전 1.0.1
최근 업데이트 2014-05-23
출시 날짜 2014-05-22
평점 4.20/5 총 5 개의 평점
개발자 Kyle Cartmell
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/KyleCartmell/geoiphdr
도움말 페이지 URL https://github.com/KyleCartmell/geoiphdr/issues
지원되는 언어 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"
        ]
    }
}