Whats My Info

Shows your IP address and other useful info.

Was ist Whats My Info?

Whats My Info ist eine Chrome-Erweiterung, die von https://www.esolutions.se entwickelt wurde, und ihr Hauptmerkmal ist "Shows your IP address and other useful info.".

Erweiterungsscreenshots

screenshot
screenshot

Whats My Info-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whats My Info-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

                        This is a simple extension that shows you the IP address that you have today, and other valuable information such as installed plug-ins, screen resolution, etc.                    

Grundlegende Informationen zur Erweiterung

Name Whats My Info Whats My Info
ID oapbcignlcnknkkhpdnlcdkpeffiagce
Offizielle URL https://chromewebstore.google.com/detail/whats-my-info/oapbcignlcnknkkhpdnlcdkpeffiagce
Beschreibung Shows your IP address and other useful info.
Dateigröße 83.2 KB
Installationsanzahl 188
Aktuelle Version 1.1.7
Letztes Update 2023-02-16
Veröffentlichungsdatum 2014-11-03
Bewertung 4.90/5 Insgesamt 10 Bewertungen
Entwickler https://www.esolutions.se
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.esolutions.se
URL der Datenschutzrichtlinien-Seite https://www.esolutions.se/PrivacyPolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whats My Info",
    "description": "Shows your IP address and other useful info.",
    "version": "1.1.7",
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Whats My Info"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/48.png"
    ]
}