Check IP Location
An IP location lookup tool to show the IP Address of website server and your IP address and location.
Qu'est-ce que Check IP Location ?
Check IP Location est une extension Chrome développée par https://windows11tools.com, et sa fonction principale est "An IP location lookup tool to show the IP Address of website server and your IP address and location.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Check IP Location
Téléchargez les fichiers d'extension Check IP Location au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Check IP Location extension from chrome is an IP lookup tool which helps you check IP address of website and your IP address. The IP address location information reveals the country, city, zip code, latitude, longitude and more. Features: Show IP address of website and your IP address. Shows the country and city where the IP address of website is located. Shows the details of IP address location of website, such as domain, IP address, latitude and longitude. Allow you check your own IP address and IP address location. Such as domain, IP address, city, country, latitude and longitude.
Informations de Base sur l'Extension
Nom | |
ID | llojockfgfhkfamacneabklekofeooed |
URL Officiel | https://chrome.google.com/webstore/detail/check-ip-location/llojockfgfhkfamacneabklekofeooed |
Description | An IP location lookup tool to show the IP Address of website server and your IP address and location. |
Taille du Fichier | 27.18 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-10-23 |
Date de Publication | 2021-10-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://windows11tools.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://windows11tools.com/what-is-my-ip-address/?ref=checkiplocation |
URL de la Page de Politique de Confidentialité | https://windows11tools.com/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Check IP Location", "short_name": "IP Address & Location", "author": "windows11tools.com", "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.", "homepage_url": "https:\/\/windows11tools.com", "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "Show IP Address location details with 1-click" }, "icons": { "16": "icon16.png", "24": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |