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