MyIPAddress

MyIPAddress is an extension that gives you your public ip address information such as which country and city is.

Was ist MyIPAddress?

MyIPAddress ist eine Chrome-Erweiterung, die von https://freeipapi.com entwickelt wurde, und ihr Hauptmerkmal ist "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".

Erweiterungsscreenshots

screenshot

MyIPAddress-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyIPAddress-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

                        MyIPAddress is an extension that gives you your public ip address information such as which country and city is.                    

Grundlegende Informationen zur Erweiterung

Name MyIPAddress MyIPAddress
ID ggnknplpocgpecggogjfeimgillocidi
Offizielle URL https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi
Beschreibung MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Dateigröße 15.37 KB
Installationsanzahl 66
Aktuelle Version 1.0.2
Letztes Update 2023-04-15
Veröffentlichungsdatum 2022-10-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://freeipapi.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://freeipapi.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "MyIPAddress",
    "permissions": [
        "webRequest"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "24": "images\/icon-24x24.png",
        "32": "images\/icon-32x32.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    }
}