IPRoyal Proxy Manager

IPRoyal Proxy Manager

什麼是IPRoyal Proxy Manager?

IPRoyal Proxy Manager是由IPRoyal開發的Chrome擴展程式,該擴展的主要功能是“IPRoyal Proxy Manager”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載IPRoyal Proxy Manager擴展crx文件

下載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
官方網址 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": [
        ""
    ]
}