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…

¿Qué es Website IP location trace - SecurityInfinity?

Website IP location trace - SecurityInfinity es una extensión de Chrome desarrollada por https://securityinfinity.com, y su función principal es "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Website IP location trace - SecurityInfinity

Descarga archivos de extensión Website IP location trace - SecurityInfinity en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Website IP location trace - SecurityInfinity Website IP location trace - SecurityInfinity
ID lddcnkomocngdoimaghdneddciekmghc
URL Oficial https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc
Descripción Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
Tamaño del Archivo 23.44 KB
Cantidad de Instalaciones 32
Versión Actual 1.0
Última Actualización 2023-01-29
Fecha de Publicación 2023-01-29
Desarrollador https://securityinfinity.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://securityinfinity.com
URL de la Página de Ayuda https://securityinfinity.com/contact
URL de la Página de Política de Privacidad https://securityinfinity.com/privacy-policy
Idiomas Soportados 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"
    ]
}