MyIPAddress

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

Cos'è MyIPAddress?

MyIPAddress è un'estensione di Chrome sviluppata da https://freeipapi.com, e la sua funzione principale è "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MyIPAddress

Scarica i file di estensione MyIPAddress in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MyIPAddress MyIPAddress
ID ggnknplpocgpecggogjfeimgillocidi
URL Ufficiale https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi
Descrizione MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Dimensione del File 15.37 KB
Conteggio Installazioni 66
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-04-15
Data di Pubblicazione 2022-10-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://freeipapi.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://freeipapi.com
Lingue Supportate 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"
    }
}