Best Proxy Manager

The best anonymous proxy solution for you

O que é Best Proxy Manager?

Best Proxy Manager é uma extensão do Chrome desenvolvida por https://www.vpnside.com, e sua principal característica é "The best anonymous proxy solution for you".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Best Proxy Manager

Baixe arquivos de extensão Best Proxy Manager 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

                        Manage and switch between multiple location proxies quickly & easily.
Changing your IP by proxy settings has never been so convenient. 
The extension "Best proxy manager "provides a list of socks4 and socks5 proxies that we collect on our website www.vpnside.com/proxy/list for your convenience
You just need to choose one of them from the list and connect. 

Our socks proxies list is checked and updated every 30 minutes on our server.

VPNSide is the leading resource for digital freedom. The site’s mission is to help users around the world reclaim their right to privacy through research, reviews, knowledge-sharing, investigations and direct action.                    

Informações Básicas da Extensão

Nome Best Proxy Manager Best Proxy Manager
ID ahnedoddoeoelbaaiccbimdpgnlmdlgc
URL Oficial https://chromewebstore.google.com/detail/best-proxy-manager/ahnedoddoeoelbaaiccbimdpgnlmdlgc
Descrição The best anonymous proxy solution for you
Tamanho do Arquivo 58.58 KB
Contagem de Instalações 612
Versão Atual 1.0.0
Última Atualização 2020-01-08
Data de Publicação 2020-01-07
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor https://www.vpnside.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.vpnside.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Best Proxy Manager",
    "version": "1.0.0",
    "description": "The best anonymous proxy solution for you",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.vpnside.com",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "Best Proxy Manager",
        "default_popup": "popup.html"
    }
}