ProxyCheck

Provides an easy, instantly accessible method of determining if you are behind a proxy.

O que é ProxyCheck?

ProxyCheck é uma extensão do Chrome desenvolvida por Adam Mulligan, e sua principal característica é "Provides an easy, instantly accessible method of determining if you are behind a proxy.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ProxyCheck

Baixe arquivos de extensão ProxyCheck 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

                        For those who want to be instantly assured that they are still browsing through a VPN or behind a proxy, ProxyCheck stores a list of "safe" external IP addresses and alerts you if at any point an IP not in this list is visible to the outside world when you browse.

Update 1.2: Upgraded to work with new versions of Chrome. Coming soon: speed and UI improvements, plus the ability to select your own IP service!                    

Informações Básicas da Extensão

Nome ProxyCheck ProxyCheck
ID ihdmjfbbjiddngjkejjndioplkkfmnoe
URL Oficial https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe
Descrição Provides an easy, instantly accessible method of determining if you are behind a proxy.
Tamanho do Arquivo 65.71 KB
Contagem de Instalações 1,000
Versão Atual 1.2
Última Atualização 2013-09-26
Data de Publicação 2013-09-26
Classificação 3.46/5 Total de 28 Avaliações
Desenvolvedor Adam Mulligan
Tipo de Pagamento free
Site da Extensão http://cyanoryx.com
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProxyCheck",
    "description": "Provides an easy, instantly accessible method of determining if you are behind a proxy.",
    "version": "1.2",
    "homepage_url": "http:\/\/cyanoryx.com",
    "browser_action": {
        "default_icon": "assets\/icon_off.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ]
}