IPRoyal Proxy Manager

IPRoyal Proxy Manager

IPRoyal Proxy Managerคืออะไร?

IPRoyal Proxy Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IPRoyal และคุณลักษณะหลักของมันคือ "IPRoyal Proxy Manager"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย IPRoyal Proxy Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IPRoyal Proxy Manager allows you to easily control all your proxies in Google Chrome. It's a free extension that makes proxy use a breeze. You don't have to waste time digging through settings and complicated menus - everything is just a click away.

Features:
- Import different proxy types in seconds
- Instantly switch between different profiles
- Set up your bypass list for issue-free surfing

Manage all your proxies with a single extension. Avoid geo-restrictions, blocks, or bans and enjoy a truly open internet with IPRoyal Proxy Manager!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IPRoyal Proxy Manager IPRoyal Proxy Manager
ID gjakohbhfclfjmhhlenfdkldieofkpjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iproyal-proxy-manager/gjakohbhfclfjmhhlenfdkldieofkpjl
คำอธิบาย IPRoyal Proxy Manager
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.6.9
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2021-10-19
คะแนน 4.36/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา IPRoyal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://iproyal.com/
URL หน้านโยบายความเป็นส่วนตัว https://iproyal.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.6.9",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "images\/icon-chrome-32.png",
        "64": "images\/icon-chrome-64.png",
        "128": "images\/icon-chrome-128.png",
        "256": "images\/icon-chrome-large.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/icon-chrome-32.png",
            "64": "images\/icon-chrome-64.png",
            "128": "images\/icon-chrome-128.png",
            "256": "images\/icon-chrome-large.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html"
    },
    "minimum_chrome_version": "108.0.0",
    "permissions": [
        "notifications",
        "alarms",
        "proxy",
        "storage",
        "tabs",
        "webRequest",
        "webRequestAuthProvider",
        "browsingData"
    ],
    "host_permissions": [
        ""
    ]
}