geoiphdr

customizable HTTP header IP address injection

geoiphdr là gì?

geoiphdr là một tiện ích mở rộng Chrome được phát triển bởi Kyle Cartmell, và tính năng chính của nó là "customizable HTTP header IP address injection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng geoiphdr

Tải xuống các tệp mở rộng geoiphdr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên geoiphdr geoiphdr
ID hajennfboogedifdbppkgbjjmhdannfi
URL Chính Thức https://chromewebstore.google.com/detail/geoiphdr/hajennfboogedifdbppkgbjjmhdannfi
Mô tả customizable HTTP header IP address injection
Kích Thước Tệp 8.21 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-05-23
Ngày Phát Hành 2014-05-22
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Kyle Cartmell
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KyleCartmell/geoiphdr
URL Trang Trợ Giúp https://github.com/KyleCartmell/geoiphdr/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}