MyIP - ip address and location details
This extension displays your public IPv4 address, provider name and some location.
Co to jest MyIP - ip address and location details?
MyIP - ip address and location details to rozszerzenie Chrome opracowane przez https://nokes.de, a jego główną funkcją jest „This extension displays your public IPv4 address, provider name and some location.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MyIP - ip address and location details
Pobierz pliki rozszerzeń MyIP - ip address and location details 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
The MyIP extension displays the current IP address, approximate location and some provider information. It show some details like: ip address, provider name and the region by ip address. You can copy the ip address by clicking the ip and press crtl+c It's open source: https://codeberg.org/turbopixel/MyIP-Browser-Extension Cheers!
Podstawowe informacje o rozszerzeniu
Nazwa | MyIP - ip address and location details |
ID | pdnildedfbigagjbaigbalnfdfpijhaf |
Oficjalny URL | https://chromewebstore.google.com/detail/myip-ip-address-and-locat/pdnildedfbigagjbaigbalnfdfpijhaf |
Opis | This extension displays your public IPv4 address, provider name and some location. |
Rozmiar pliku | 24.03 KB |
Liczba instalacji | 1,765 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2023-10-15 |
Data Publikacji | 2019-06-16 |
Ocena | 4.11/5 Łącznie 9 Oceny |
Deweloper | https://nokes.de |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.nokes.de/projekte |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "90", "author": "Nico Hemkes", "name": "MyIP - ip address and location details", "short_name": "MyIP", "description": "This extension displays your public IPv4 address, provider name and some location.", "homepage_url": "https:\/\/codeberg.org\/turbopixel\/MyIP-Browser-Extension", "version": "1.5.0", "action": { "default_icon": "icons\/icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "host_permissions": [ "*:\/\/ip.seeip.org\/*" ] } |