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
官方網址 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"
        ]
    }
}