Metrow Proxy Manager

Create and navigate through multiple proxy profiles effortlessly

Cos'è Metrow Proxy Manager?

Metrow Proxy Manager è un'estensione di Chrome sviluppata da https://metrow.com, e la sua funzione principale è "Create and navigate through multiple proxy profiles effortlessly".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Metrow Proxy Manager

Scarica i file di estensione Metrow Proxy Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Metrow Proxy Manager Metrow Proxy Manager
ID fkdfopnhmfehbjpbmpbfelljlfkajjjp
URL Ufficiale https://chromewebstore.google.com/detail/metrow-proxy-manager/fkdfopnhmfehbjpbmpbfelljlfkajjjp
Descrizione Create and navigate through multiple proxy profiles effortlessly
Dimensione del File 10.6 KB
Conteggio Installazioni 235
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-09-14
Data di Pubblicazione 2021-08-19
Sviluppatore https://metrow.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://metrow.com/
URL della Pagina della Politica sulla Privacy https://metrow.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}