geoiphdr

customizable HTTP header IP address injection

geoiphdrとは何ですか?

geoiphdrはKyle Cartmellによって開発されたChromeの拡張機能で、その主な機能は「customizable HTTP header IP address injection」です。

拡張機能のスクリーンショット

screenshot

geoiphdr拡張機能のCRXファイルをダウンロード

geoiphdr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}