MyIP - ip address and location details

This extension displays your public IPv4 address, provider name and some location.

Cos'è MyIP - ip address and location details?

MyIP - ip address and location details è un'estensione di Chrome sviluppata da https://nokes.de, e la sua funzione principale è "This extension displays your public IPv4 address, provider name and some location.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MyIP - ip address and location details

Scarica i file di estensione MyIP - ip address and location details 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

                        The MyIP extension displays the current IP address, approximate location and some provider information.

It show some details like: ip address, provider name and the region by ip address. You can copy the ip address by clicking the ip and press crtl+c

It's open source: https://codeberg.org/turbopixel/MyIP-Browser-Extension

Cheers!                    

Informazioni di Base sull'Estensione

Nome MyIP - ip address and location details MyIP - ip address and location details
ID pdnildedfbigagjbaigbalnfdfpijhaf
URL Ufficiale https://chromewebstore.google.com/detail/myip-ip-address-and-locat/pdnildedfbigagjbaigbalnfdfpijhaf
Descrizione This extension displays your public IPv4 address, provider name and some location.
Dimensione del File 24.03 KB
Conteggio Installazioni 1,765
Versione Corrente 1.5.0
Ultimo Aggiornamento 2023-10-15
Data di Pubblicazione 2019-06-16
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore https://nokes.de
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.nokes.de/projekte
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "90",
    "author": "Nico Hemkes",
    "name": "MyIP - ip address and location details",
    "short_name": "MyIP",
    "description": "This extension displays your public IPv4 address, provider name and some location.",
    "homepage_url": "https:\/\/codeberg.org\/turbopixel\/MyIP-Browser-Extension",
    "version": "1.5.0",
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "host_permissions": [
        "*:\/\/ip.seeip.org\/*"
    ]
}