My Public IP

Displays your public IP address and the country that it belongs to.

Cos'è My Public IP?

My Public IP è un'estensione di Chrome sviluppata da ml, e la sua funzione principale è "Displays your public IP address and the country that it belongs to.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione My Public IP

Scarica i file di estensione My Public IP 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

                        Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.                    

Informazioni di Base sull'Estensione

Nome My Public IP My Public IP
ID mfogaajkjakkhpidbcbpfbbibgbmjihk
URL Ufficiale https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk
Descrizione Displays your public IP address and the country that it belongs to.
Dimensione del File 262 KB
Conteggio Installazioni 250
Versione Corrente 1.3
Ultimo Aggiornamento 2021-03-03
Data di Pubblicazione 2020-04-22
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore ml
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Public IP",
    "description": "Displays your public IP address and the country that it belongs to.",
    "version": "1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "My Public IP"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
}