ProxyEmpire Proxy Manager

Manage your proxies with ease

ProxyEmpire Proxy Manager란 무엇입니까?

ProxyEmpire Proxy Manager은(는) https://proxyempire.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your proxies with ease"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ProxyEmpire Proxy Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 ProxyEmpire Proxy Manager ProxyEmpire Proxy Manager
ID pljikjgdcelenhecaainhheabilopmcc
공식 URL https://chromewebstore.google.com/detail/proxyempire-proxy-manager/pljikjgdcelenhecaainhheabilopmcc
설명 Manage your proxies with ease
파일 크기 181 KB
설치 횟수 7,672
현재 버전 0.0.1
최근 업데이트 2023-04-12
출시 날짜 2023-04-11
평점 4.83/5 총 6 개의 평점
개발자 https://proxyempire.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://proxyempire.io
도움말 페이지 URL https://proxyempire.io/contact-us/
개인정보 보호 정책 페이지 URL https://proxyempire.io/privacy-policy
지원되는 언어 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"
}