Metrow Proxy Manager

Create and navigate through multiple proxy profiles effortlessly

Co je Metrow Proxy Manager?

Metrow Proxy Manager je rozšíření Chrome vyvinuté https://metrow.com, a jeho hlavní funkcí je „Create and navigate through multiple proxy profiles effortlessly“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Metrow Proxy Manager

Stáhněte si soubory rozšíření Metrow Proxy Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Metrow Proxy Manager Metrow Proxy Manager
ID fkdfopnhmfehbjpbmpbfelljlfkajjjp
Oficiální URL https://chromewebstore.google.com/detail/metrow-proxy-manager/fkdfopnhmfehbjpbmpbfelljlfkajjjp
Popis Create and navigate through multiple proxy profiles effortlessly
Velikost souboru 10.6 KB
Počet instalací 235
Aktuální Verze 0.0.2
Poslední Aktualizace 2022-09-14
Datum Vydání 2021-08-19
Vývojář https://metrow.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://metrow.com/
URL Stránky Zásad Ochrany Soukromí https://metrow.com/privacy-policy
Podporované Jazyky 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\/*"
        ]
    }
}