ProxyEmpire Proxy Manager

Manage your proxies with ease

O que é ProxyEmpire Proxy Manager?

ProxyEmpire Proxy Manager é uma extensão do Chrome desenvolvida por https://proxyempire.io, e sua principal característica é "Manage your proxies with ease".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ProxyEmpire Proxy Manager

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

                        ProxyEmpire Proxy Manager is a powerful Chrome extension that enables users to manage their proxies with ease. With its simple interface and robust features, users can import their proxies and arrange them neatly on a Manage profiles page.

The extension is designed to streamline the proxy management process, making it more efficient and less time-consuming. Users can quickly add new proxies, delete existing ones, and re-arrange them as needed.

One of the most impressive features of ProxyEmpire Proxy Manager is its ability to paste a list of proxies with just a few clicks. Users can simply press Ctrl+V to paste a list of proxies in the correct format (host:port:username:password) and the extension will automatically add them to the Manage profiles page.

The extension is ideal for anyone who needs to manage multiple proxies regularly. Whether you're a marketer, researcher, or developer, ProxyEmpire Proxy Manager can help you stay organized and save time.

In conclusion, ProxyEmpire Proxy Manager is a must-have Chrome extension for anyone who wants to manage their proxies efficiently. Its easy-to-use interface and powerful features make it a valuable tool for anyone who uses proxies on a regular basis. Try it out today and experience the benefits for yourself!                    

Informações Básicas da Extensão

Nome ProxyEmpire Proxy Manager ProxyEmpire Proxy Manager
ID pljikjgdcelenhecaainhheabilopmcc
URL Oficial https://chromewebstore.google.com/detail/proxyempire-proxy-manager/pljikjgdcelenhecaainhheabilopmcc
Descrição Manage your proxies with ease
Tamanho do Arquivo 181 KB
Contagem de Instalações 7,672
Versão Atual 0.0.1
Última Atualização 2023-04-12
Data de Publicação 2023-04-11
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor https://proxyempire.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://proxyempire.io
URL da Página de Ajuda https://proxyempire.io/contact-us/
URL da Página de Política de Privacidade https://proxyempire.io/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProxyEmpire Proxy Manager",
    "description": "Manage your proxies with ease",
    "version": "0.0.1",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-bw.png"
    },
    "icons": {
        "128": "icon-bw.png"
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestAuthProvider",
        "storage",
        "browsingData"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html"
}