Website IP location trace - SecurityInfinity

Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…

Cos'è Website IP location trace - SecurityInfinity?

Website IP location trace - SecurityInfinity è un'estensione di Chrome sviluppata da https://securityinfinity.com, e la sua funzione principale è "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Website IP location trace - SecurityInfinity

Scarica i file di estensione Website IP location trace - SecurityInfinity 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

                        Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP tracking to determine the location of the website's server. This can be useful for a variety of reasons, such as determining the location of a company or organization, or checking to see if a website is located in a country with stricter internet regulations. Additionally, it can also help in identifying any potential location-based limitations or geo-restrictions on the website. This extension can be installed easily and is user-friendly, making it easy for anyone to use. Overall, Website IP location trace chrome extension is a valuable tool for anyone who wants to learn more about the geographical location of websites they visit.                    

Informazioni di Base sull'Estensione

Nome Website IP location trace - SecurityInfinity Website IP location trace - SecurityInfinity
ID lddcnkomocngdoimaghdneddciekmghc
URL Ufficiale https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc
Descrizione Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
Dimensione del File 23.44 KB
Conteggio Installazioni 32
Versione Corrente 1.0
Ultimo Aggiornamento 2023-01-29
Data di Pubblicazione 2023-01-29
Sviluppatore https://securityinfinity.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://securityinfinity.com
URL della Pagina di Aiuto https://securityinfinity.com/contact
URL della Pagina della Politica sulla Privacy https://securityinfinity.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website IP location trace - SecurityInfinity",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}