Metrow Proxy Manager

Create and navigate through multiple proxy profiles effortlessly

Metrow Proxy Managerคืออะไร?

Metrow Proxy Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metrow.com และคุณลักษณะหลักของมันคือ "Create and navigate through multiple proxy profiles effortlessly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metrow Proxy Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}