Integrity VPN Checker
Shows a green thumbs up if you're connected via Integrity VPN
O que é Integrity VPN Checker?
Integrity VPN Checker é uma extensão do Chrome desenvolvida por Gustav Bonds, e sua principal característica é "Shows a green thumbs up if you're connected via Integrity VPN".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Integrity VPN Checker
Baixe arquivos de extensão Integrity VPN Checker 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
Checks if you are connected to the internet via Integrity VPN
Informações Básicas da Extensão
Nome | Integrity VPN Checker |
ID | epjkiemeljepjchlfoihkfjglnlfojna |
URL Oficial | https://chromewebstore.google.com/detail/integrity-vpn-checker/epjkiemeljepjchlfoihkfjglnlfojna |
Descrição | Shows a green thumbs up if you're connected via Integrity VPN |
Tamanho do Arquivo | 13.27 KB |
Contagem de Instalações | 101 |
Versão Atual | 1.4 |
Última Atualização | 2018-06-20 |
Data de Publicação | 2018-06-20 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Gustav Bonds |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Integrity VPN Checker", "version": "1.4", "description": "Shows a green thumbs up if you're connected via Integrity VPN", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "homepage_url": "http:\/\/g.bonds.nu\/", "background": { "page": "background.html" }, "permissions": [ "https:\/\/integrity.st\/*" ], "browser_action": { "default_icon": "images\/icon-16.png", "default_title": "Integrity VPN Checker" } } |