Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
Co to jest Whatismyipaddress - Show My IP address?
Whatismyipaddress - Show My IP address to rozszerzenie Chrome opracowane przez https://windows11tools.com, a jego główną funkcją jest „Show your IP address, ISP, location, DNS. You can get my IP address more information.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Whatismyipaddress - Show My IP address
Pobierz pliki rozszerzeń Whatismyipaddress - Show My IP address 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
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
Oficjalny URL | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
Opis | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
Rozmiar pliku | 146 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 2.0.2 |
Ostatnia Aktualizacja | 2021-10-21 |
Data Publikacji | 2021-10-21 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | https://windows11tools.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://windows11tools.com/ |
Adres URL Strony Polityki Prywatności | https://windows11tools.com/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |