Metrow Proxy Manager

Create and navigate through multiple proxy profiles effortlessly

什么是Metrow Proxy Manager?

Metrow Proxy Manager是由https://metrow.com开发的Chrome扩展程序,该扩展的主要功能是“Create and navigate through multiple proxy profiles effortlessly”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Metrow Proxy Manager扩展crx文件

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

扩展使用说明

                        Create and navigate through multiple proxy profiles effortlessly.

Metrow Proxy Manager is a perfect tool for quick and easy proxy management.

With this free proxy manager you can:
- Create and delete browser proxy profiles
- Select proxy country 
- Set your session duration
- Connect and disconnect between different profiles with a single button click!

Metrow Proxy Manager will help you avoid IP blocks, get data from any location in the world, and receive less CAPTCHAs. Use our proxies to collect data, cop sneakers, analyze crypto markets, run bots, or for anything else!

To start using Metrow Proxy Manager, you will need to authorize your proxies. For Metrow proxy authentication, register to our dashboard to enable IP whitelisting or to receive your username and password combination.                    

扩展基本信息

名称 Metrow Proxy Manager Metrow Proxy Manager
ID fkdfopnhmfehbjpbmpbfelljlfkajjjp
官方URL https://chromewebstore.google.com/detail/metrow-proxy-manager/fkdfopnhmfehbjpbmpbfelljlfkajjjp
简介 Create and navigate through multiple proxy profiles effortlessly
文件大小 10.6 KB
安装次数 235
当前版本 0.0.2
更新时间 2022-09-14
上架时间 2021-08-19
开发者 https://metrow.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://metrow.com/
隐私政策页面URL https://metrow.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metrow Proxy Manager",
    "description": "Create and navigate through multiple proxy profiles effortlessly",
    "version": "0.0.2",
    "background": {
        "scripts": [
            "listen.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/metrow-16.png",
        "48": "icons\/metrow-48.png",
        "128": "icons\/metrow-128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.metrow.com\/*"
        ]
    }
}