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文件

下载ProxyEmpire Proxy Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}