Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
Qu'est-ce que Whatismyipaddress - Show My IP address ?
Whatismyipaddress - Show My IP address est une extension Chrome développée par https://windows11tools.com, et sa fonction principale est "Show your IP address, ISP, location, DNS. You can get my IP address more information.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whatismyipaddress - Show My IP address
Téléchargez les fichiers d'extension Whatismyipaddress - Show My IP address 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
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.
Informations de Base sur l'Extension
Nom | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
URL Officiel | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
Description | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
Taille du Fichier | 146 KB |
Nombre d'Installations | 46 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2021-10-21 |
Date de Publication | 2021-10-21 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://windows11tools.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://windows11tools.com/ |
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", "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\/" ] } |