ProxyEmpire Proxy Manager

Manage your proxies with ease

Co je ProxyEmpire Proxy Manager?

ProxyEmpire Proxy Manager je rozšíření Chrome vyvinuté https://proxyempire.io, a jeho hlavní funkcí je „Manage your proxies with ease“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ProxyEmpire Proxy Manager

Stáhněte si soubory rozšíření ProxyEmpire Proxy Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název ProxyEmpire Proxy Manager ProxyEmpire Proxy Manager
ID pljikjgdcelenhecaainhheabilopmcc
Oficiální URL https://chromewebstore.google.com/detail/proxyempire-proxy-manager/pljikjgdcelenhecaainhheabilopmcc
Popis Manage your proxies with ease
Velikost souboru 181 KB
Počet instalací 7,672
Aktuální Verze 0.0.1
Poslední Aktualizace 2023-04-12
Datum Vydání 2023-04-11
Hodnocení 4.83/5 Celkem 6 Hodnocení
Vývojář https://proxyempire.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://proxyempire.io
URL Stránky Nápovědy https://proxyempire.io/contact-us/
URL Stránky Zásad Ochrany Soukromí https://proxyempire.io/privacy-policy
Podporované Jazyky 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"
}