IP Geolocator
Locate any IP address quickly!
Was ist IP Geolocator?
IP Geolocator ist eine Chrome-Erweiterung, die von https://searchbases.com entwickelt wurde, und ihr Hauptmerkmal ist "Locate any IP address quickly!".
Erweiterungsscreenshots
IP Geolocator-Erweiterungs-CRX-Datei herunterladen
Laden Sie IP Geolocator-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
IP Geolocator is a non-intrusive IP location lookup technology that retrieves geolocation information with no explicit permission required from users. All you need is your client’s IP address. Please Note: The extension is using a free service to display your IP and geo location data (http://ipinfo.io/). If there seems to be a problem with a specific IP or the resulting location data I can not do anything about it since I'm not in any way affiliated with the services the extension is using. Sorry for the circumstances. I'm just happy such services exist and thus provide a stable solution for most users.
Grundlegende Informationen zur Erweiterung
Name | IP Geolocator |
ID | fipippkclmhbknmbnhplcfmbeanifead |
Offizielle URL | https://chromewebstore.google.com/detail/ip-geolocator/fipippkclmhbknmbnhplcfmbeanifead |
Beschreibung | Locate any IP address quickly! |
Dateigröße | 42.29 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-02-26 |
Veröffentlichungsdatum | 2022-02-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://searchbases.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Geolocator", "version": "1.0.0", "description": "Locate any IP address quickly!", "manifest_version": 3, "author": "Asijit Paul", "permissions": [], "action": { "default_title": "IP Geolocator", "default_popup": "index.html", "default_icon": { "32": "icons\/32.png", "72": "icons\/72.png", "128": "icons\/128.png" } }, "icons": { "32": "icons\/32.png", "72": "icons\/72.png", "128": "icons\/128.png" } } |