Metrow Proxy Manager

Create and navigate through multiple proxy profiles effortlessly

Was ist Metrow Proxy Manager?

Metrow Proxy Manager ist eine Chrome-Erweiterung, die von https://metrow.com entwickelt wurde, und ihr Hauptmerkmal ist "Create and navigate through multiple proxy profiles effortlessly".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Metrow Proxy Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Metrow Proxy Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Metrow Proxy Manager Metrow Proxy Manager
ID fkdfopnhmfehbjpbmpbfelljlfkajjjp
Offizielle URL https://chromewebstore.google.com/detail/metrow-proxy-manager/fkdfopnhmfehbjpbmpbfelljlfkajjjp
Beschreibung Create and navigate through multiple proxy profiles effortlessly
Dateigröße 10.6 KB
Installationsanzahl 235
Aktuelle Version 0.0.2
Letztes Update 2022-09-14
Veröffentlichungsdatum 2021-08-19
Entwickler https://metrow.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://metrow.com/
URL der Datenschutzrichtlinien-Seite https://metrow.com/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}