MyIP - ip address and location details
This extension displays your public IPv4 address, provider name and some location.
Was ist MyIP - ip address and location details?
MyIP - ip address and location details ist eine Chrome-Erweiterung, die von https://nokes.de entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays your public IPv4 address, provider name and some location.".
Erweiterungsscreenshots
MyIP - ip address and location details-Erweiterungs-CRX-Datei herunterladen
Laden Sie MyIP - ip address and location details-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdnildedfbigagjbaigbalnfdfpijhaf |
| Offizielle URL | https://chromewebstore.google.com/detail/myip-ip-address-and-locat/pdnildedfbigagjbaigbalnfdfpijhaf |
| Beschreibung | This extension displays your public IPv4 address, provider name and some location. |
| Dateigröße | 24.03 KB |
| Installationsanzahl | 1,765 |
| Aktuelle Version | 1.5.0 |
| Letztes Update | 2023-10-15 |
| Veröffentlichungsdatum | 2019-06-16 |
| Bewertung | 4.11/5 Insgesamt 9 Bewertungen |
| Entwickler | https://nokes.de |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.nokes.de/projekte |
| Unterstützte Sprachen | 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\/*"
]
} | |