IP Address Finder

View easily your Public and Private IP address, with copy to clipboard functionality

Was ist IP Address Finder?

IP Address Finder ist eine Chrome-Erweiterung, die von https://dzotos.com entwickelt wurde, und ihr Hauptmerkmal ist "View easily your Public and Private IP address, with copy to clipboard functionality".

Erweiterungsscreenshots

screenshot
screenshot

IP Address Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie IP Address Finder-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

                        🌐 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.                    

Grundlegende Informationen zur Erweiterung

Name IP Address Finder IP Address Finder
ID kkknjljffdiobgejpmpcagehcpenklnd
Offizielle URL https://chromewebstore.google.com/detail/ip-address-finder/kkknjljffdiobgejpmpcagehcpenklnd
Beschreibung View easily your Public and Private IP address, with copy to clipboard functionality
Dateigröße 123 KB
Installationsanzahl 4,446
Aktuelle Version 2
Letztes Update 2023-09-09
Veröffentlichungsdatum 2017-12-25
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler https://dzotos.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://dzotos.com
Unterstützte Sprachen 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"
    }
}