IPRoyal Proxy Manager

IPRoyal Proxy Manager

Cos'è IPRoyal Proxy Manager?

IPRoyal Proxy Manager è un'estensione di Chrome sviluppata da IPRoyal, e la sua funzione principale è "IPRoyal Proxy Manager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IPRoyal Proxy Manager

Scarica i file di estensione IPRoyal Proxy Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome IPRoyal Proxy Manager IPRoyal Proxy Manager
ID gjakohbhfclfjmhhlenfdkldieofkpjl
URL Ufficiale https://chromewebstore.google.com/detail/iproyal-proxy-manager/gjakohbhfclfjmhhlenfdkldieofkpjl
Descrizione IPRoyal Proxy Manager
Dimensione del File 111 KB
Conteggio Installazioni 20,000
Versione Corrente 1.6.9
Ultimo Aggiornamento 2023-06-29
Data di Pubblicazione 2021-10-19
Valutazione 4.36/5 Totale 22 Valutazioni
Sviluppatore IPRoyal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://iproyal.com/
URL della Pagina della Politica sulla Privacy https://iproyal.com/privacy
Lingue Supportate 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": [
        ""
    ]
}