AutoProx

Auto rotating proxy system that connects you to a secure server.

O que é AutoProx?

AutoProx é uma extensão do Chrome desenvolvida por JCZ Studios, e sua principal característica é "Auto rotating proxy system that connects you to a secure server.".

Baixar o arquivo CRX da Extensão AutoProx

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

                        This extension is currently experimental and may not function fully.
Connection is simple! Just hit the icon in the extension bar!
AutoProx uses an API service to retrieve free proxy services and then connects you to them. Since these proxies are random, we can not make any guarantee as to security, privacy, and usability of them.
In case of an error, cycle the extension by clicking the icon twice when connected.                    

Informações Básicas da Extensão

Nome AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
URL Oficial https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Descrição Auto rotating proxy system that connects you to a secure server.
Tamanho do Arquivo 8.28 KB
Contagem de Instalações 35
Versão Atual 0.0.0.1
Última Atualização 2018-01-22
Data de Publicação 2018-01-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor JCZ Studios
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": "AutoProx",
    "description": "Auto rotating proxy system that connects you to a secure server.",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "assets\/icons\/default.png"
    },
    "browser_action": [],
    "permissions": [
        "proxy",
        ""
    ]
}