Show Server IP

Show the IPs that were queried in loading the Site.

Что такое Show Server IP?

Show Server IP - это расширение Chrome, разработанное bongokarl101010, и его основная функция - "Show the IPs that were queried in loading the Site.".

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

screenshot

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

Скачайте файлы расширений Show Server IP в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Show the Server IP without interacting with external Sites.
If you are behind a proxy it will only show the IP of the Proxy!                    

Основная информация о расширении

Название Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
Официальный URL https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Описание Show the IPs that were queried in loading the Site.
Размер файла 28.31 KB
Количество установок 76
Текущая Версия 2.3
Последнее Обновление 2017-10-10
Дата публикации 2017-10-08
Разработчик bongokarl101010
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Server IP",
    "version": "2.3",
    "description": "Show the IPs that were queried in loading the Site.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Chill out"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}