IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Qu'est-ce que IPMonitor ?
IPMonitor est une extension Chrome développée par ZiB, et sa fonction principale est "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IPMonitor
Téléchargez les fichiers d'extension IPMonitor 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
IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.
Informations de Base sur l'Extension
Nom | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
URL Officiel | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
Description | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
Taille du Fichier | 1.32 MB |
Nombre d'Installations | 92 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-03-04 |
Date de Publication | 2018-03-04 |
Évaluation | 4.57/5 Total 7 Évaluations |
Développeur | ZiB |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPMonitor", "version": "1.0", "author": "Vadagon", "manifest_version": 2, "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.", "browser_action": { "default_icon": { "128": "images\/logo.png" }, "default_popup": "popup.html", "default_title": "Show your IP" }, "icons": { "128": "images\/logo.png" }, "web_accessible_resources": [ "images\/*", "fonts\/*", "scripts\/*" ], "minimum_chrome_version": "32" } |