IPRoyal Proxy Manager

IPRoyal Proxy Manager

What is IPRoyal Proxy Manager?

IPRoyal Proxy Manager is a Chrome extension developed by IPRoyal, and its main feature is "IPRoyal Proxy Manager".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download IPRoyal Proxy Manager Extension CRX File

Download IPRoyal Proxy Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name IPRoyal Proxy Manager IPRoyal Proxy Manager
ID gjakohbhfclfjmhhlenfdkldieofkpjl
Official URL https://chromewebstore.google.com/detail/iproyal-proxy-manager/gjakohbhfclfjmhhlenfdkldieofkpjl
Description IPRoyal Proxy Manager
File Size 111 KB
Installation Count 20,000
Current Version 1.6.9
Last Updated 2023-06-29
Publish Date 2021-10-19
Rating 4.36/5 Total 22 Ratings
Developer IPRoyal
Email [email protected]
Payment Type free
Extension Website https://iproyal.com/
Privacy Policy Page URL https://iproyal.com/privacy
Supported Languages 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": [
        ""
    ]
}