IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
O que é IPMonitor?
IPMonitor é uma extensão do Chrome desenvolvida por ZiB, e sua principal característica é "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IPMonitor
Baixe arquivos de extensão IPMonitor 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
IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.
Informações Básicas da Extensão
Nome | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
URL Oficial | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
Descrição | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
Tamanho do Arquivo | 1.32 MB |
Contagem de Instalações | 92 |
Versão Atual | 1.0 |
Última Atualização | 2018-03-04 |
Data de Publicação | 2018-03-04 |
Classificação | 4.57/5 Total de 7 Avaliações |
Desenvolvedor | ZiB |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPMonitor", "version": "1.0", "author": "Vadagon", "manifest_version": 2, "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.", "browser_action": { "default_icon": { "128": "images\/logo.png" }, "default_popup": "popup.html", "default_title": "Show your IP" }, "icons": { "128": "images\/logo.png" }, "web_accessible_resources": [ "images\/*", "fonts\/*", "scripts\/*" ], "minimum_chrome_version": "32" } |