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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}