My Public IP

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

O que é My Public IP?

My Public IP é uma extensão do Chrome desenvolvida por ml, e sua principal característica é "Displays your public IP address and the country that it belongs to.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão My Public IP

Baixe arquivos de extensão My Public IP 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

                        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.                    

Informações Básicas da Extensão

Nome My Public IP My Public IP
ID mfogaajkjakkhpidbcbpfbbibgbmjihk
URL Oficial https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk
Descrição Displays your public IP address and the country that it belongs to.
Tamanho do Arquivo 262 KB
Contagem de Instalações 250
Versão Atual 1.3
Última Atualização 2021-03-03
Data de Publicação 2020-04-22
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor ml
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}