My IP

Check & copy your IP Address anytime

Was ist My IP?

My IP ist eine Chrome-Erweiterung, die von https://hamlab.dev entwickelt wurde, und ihr Hauptmerkmal ist "Check & copy your IP Address anytime".

Erweiterungsscreenshots

screenshot

My IP-Erweiterungs-CRX-Datei herunterladen

Laden Sie My IP-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

                        A really simple tool to instantly see and copy your IP Address.

This tool uses the ipify API to retrieve your IP.                    

Grundlegende Informationen zur Erweiterung

Name My IP My IP
ID oeeelnnklndekngaeklnkdddahmjgokc
Offizielle URL https://chromewebstore.google.com/detail/my-ip/oeeelnnklndekngaeklnkdddahmjgokc
Beschreibung Check & copy your IP Address anytime
Dateigröße 18.73 KB
Installationsanzahl 258
Aktuelle Version 1.01
Letztes Update 2020-05-22
Veröffentlichungsdatum 2020-05-22
Entwickler https://hamlab.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hamlab.dev
Hilfeseite URL https://hamlab.dev/my-ip
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "1.01",
    "description": "Check & copy your IP Address anytime",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}