IP Address Finder

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

Τι είναι το IP Address Finder;

Το IP Address Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dzotos.com, και η κύρια λειτουργία του είναι "View easily your Public and Private IP address, with copy to clipboard functionality".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IP Address Finder

Λήψη αρχείων επέκτασης IP Address Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα IP Address Finder IP Address Finder
ID kkknjljffdiobgejpmpcagehcpenklnd
Επίσημο URL https://chromewebstore.google.com/detail/ip-address-finder/kkknjljffdiobgejpmpcagehcpenklnd
Περιγραφή View easily your Public and Private IP address, with copy to clipboard functionality
Μέγεθος Αρχείου 123 KB
Αριθμός Εγκαταστάσεων 4,446
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2023-09-09
Ημερομηνία Δημοσίευσης 2017-12-25
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://dzotos.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://dzotos.com
Υποστηριζόμενες Γλώσσες 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"
    }
}