IP Address Finder
View easily your Public and Private IP address, with copy to clipboard functionality
Qu'est-ce que IP Address Finder ?
IP Address Finder est une extension Chrome développée par https://dzotos.com, et sa fonction principale est "View easily your Public and Private IP address, with copy to clipboard functionality".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IP Address Finder
Téléchargez les fichiers d'extension IP Address Finder 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
🌐 Instant Access: No more digging through menus. Get your public and private IP addresses with a single click. 📡 Complete Details: Both your public and private IP addresses in one place, giving you a fuller picture of your online presence. 📋 Clipboard Friendly: Need to share your IP address? A simple click lets you copy it to your clipboard, ready to be pasted. 🔒 Respect for Privacy: Your security is important. This extension is designed not to store or share your IP information, prioritizing your privacy. 🚀 Efficiency: Lightweight extension, won't slow down your browser, ensuring a smooth browsing experience. 👌 User-Friendly: With an intuitive interface, the extension is designed to blend seamlessly with your browser.
Informations de Base sur l'Extension
Nom | IP Address Finder |
ID | kkknjljffdiobgejpmpcagehcpenklnd |
URL Officiel | https://chromewebstore.google.com/detail/ip-address-finder/kkknjljffdiobgejpmpcagehcpenklnd |
Description | View easily your Public and Private IP address, with copy to clipboard functionality |
Taille du Fichier | 123 KB |
Nombre d'Installations | 4,446 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2023-09-09 |
Date de Publication | 2017-12-25 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | https://dzotos.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://dzotos.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IP Address Finder", "description": "View easily your Public and Private IP address, with copy to clipboard functionality", "version": "2", "browser_action": { "default_icon": "images\/19.png", "default_popup": "index.html" }, "permissions": [ "https:\/\/api.ipify.org\/" ], "content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self'", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } } |