IPvBar
Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
O que é IPvBar?
IPvBar é uma extensão do Chrome desenvolvida por TxThinking, e sua principal característica é "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IPvBar
Baixe arquivos de extensão IPvBar 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
When you install IPvBar, the IPvBar icon will appear on your chrome. When you are browsing the website, click on the IPvBar icon, and you will see the domain name list, IP list and IP corresponding country information of the current web page request.
Informações Básicas da Extensão
Nome | |
ID | copjmgogifdfjkaenpallapiidcpkjbm |
URL Oficial | https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm |
Descrição | Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements. |
Tamanho do Arquivo | 3.03 MB |
Contagem de Instalações | 82 |
Versão Atual | 2021.4.15 |
Última Atualização | 2021-04-17 |
Data de Publicação | 2020-05-02 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | TxThinking |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/txthinking/ipvbar |
URL da Página de Ajuda | https://github.com/txthinking/ipvbar |
URL da Página de Política de Privacidade | https://www.txthinking.com/privacy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPvBar", "manifest_version": 2, "version": "2021.4.15", "minimum_chrome_version": "26", "description": "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.", "homepage_url": "https:\/\/github.com\/txthinking\/ipvbar", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "scripts": [ "common.js", "wasm_exec.js", "client.js", "b.js", "background.js" ] }, "page_action": { "dummy": "http:\/\/crbug.com\/86449" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval'; object-src 'self'", "permissions": [ "contextMenus", "storage", "tabs", "webNavigation", "webRequest", " |