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
Eメール [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\/*"
        ]
    }
}