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…

O que é Website IP location trace - SecurityInfinity?

Website IP location trace - SecurityInfinity é uma extensão do Chrome desenvolvida por https://securityinfinity.com, e sua principal característica é "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Website IP location trace - SecurityInfinity

Baixe arquivos de extensão Website IP location trace - SecurityInfinity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Website IP location trace - SecurityInfinity Website IP location trace - SecurityInfinity
ID lddcnkomocngdoimaghdneddciekmghc
URL Oficial https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc
Descrição Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
Tamanho do Arquivo 23.44 KB
Contagem de Instalações 32
Versão Atual 1.0
Última Atualização 2023-01-29
Data de Publicação 2023-01-29
Desenvolvedor https://securityinfinity.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://securityinfinity.com
URL da Página de Ajuda https://securityinfinity.com/contact
URL da Página de Política de Privacidade https://securityinfinity.com/privacy-policy
Idiomas Suportados 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"
    ]
}