geoiphdr

customizable HTTP header IP address injection

Что такое geoiphdr?

geoiphdr - это расширение Chrome, разработанное Kyle Cartmell, и его основная функция - "customizable HTTP header IP address injection".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения geoiphdr

Скачайте файлы расширений 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"
        ]
    }
}