Check my public and private IP addresses

Check out the personal and public IP addresses of the client

Was ist Check my public and private IP addresses?

Check my public and private IP addresses ist eine Chrome-Erweiterung, die von Marin Marinov entwickelt wurde, und ihr Hauptmerkmal ist "Check out the personal and public IP addresses of the client".

Erweiterungsscreenshots

screenshot

Check my public and private IP addresses-Erweiterungs-CRX-Datei herunterladen

Laden Sie Check my public and private IP addresses-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

                        The fastest way to check out your public and private IP addresses.
Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address.

* Private IP address is the IP address of your device, using it in your local network.
* Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.                    

Grundlegende Informationen zur Erweiterung

Name Check my public and private IP addresses Check my public and private IP addresses
ID nmhkffmkjbepohgmonlkfoifdbncbgbl
Offizielle URL https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl
Beschreibung Check out the personal and public IP addresses of the client
Dateigröße 23.3 KB
Installationsanzahl 589
Aktuelle Version 1.2.0
Letztes Update 2016-08-29
Veröffentlichungsdatum 2016-08-29
Bewertung 4.41/5 Insgesamt 22 Bewertungen
Entwickler Marin Marinov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my public and private IP addresses",
    "short_name": "Check my IPs",
    "description": "Check out the personal and public IP addresses of the client",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "img\/Check-my-IPs-128.png",
        "default_popup": "popup.html",
        "default_title": "Check out my IP addresses"
    },
    "author": "Marin Marinov",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}