Show Server IP

Show the IPs that were queried in loading the Site.

Co to jest Show Server IP?

Show Server IP to rozszerzenie Chrome opracowane przez bongokarl101010, a jego główną funkcją jest „Show the IPs that were queried in loading the Site.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Show Server IP

Pobierz pliki rozszerzeń Show Server IP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
Oficjalny URL https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Opis Show the IPs that were queried in loading the Site.
Rozmiar pliku 28.31 KB
Liczba instalacji 76
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2017-10-10
Data Publikacji 2017-10-08
Deweloper bongokarl101010
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}