IPBurger Proxy Manager

IPBurger's Fresh, Dedicated and Unlimited VPN directly in Chrome

Cos'è IPBurger Proxy Manager?

IPBurger Proxy Manager è un'estensione di Chrome sviluppata da IPBurger.com, e la sua funzione principale è "IPBurger's Fresh, Dedicated and Unlimited VPN directly in Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IPBurger Proxy Manager

Scarica i file di estensione IPBurger 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

                        IPBurger Extension is an advanced proxy management tool that enhances Chrome's limited proxying capabilities. IPBurger provides premium Proxies & VPN for Business.                    

Informazioni di Base sull'Estensione

Nome IPBurger Proxy Manager IPBurger Proxy Manager
ID ompaconeaffhoeciaendjplbjglollng
URL Ufficiale https://chromewebstore.google.com/detail/ipburger-proxy-manager/ompaconeaffhoeciaendjplbjglollng
Descrizione IPBurger's Fresh, Dedicated and Unlimited VPN directly in Chrome
Dimensione del File 3.3 MB
Conteggio Installazioni 1,584
Versione Corrente 2.2.0
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2021-06-20
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore IPBurger.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ipburger.com/
URL della Pagina di Aiuto https://secure.ipburger.com/support
URL della Pagina della Politica sulla Privacy https://www.ipburger.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPBurger Proxy Manager",
    "description": "IPBurger's Fresh, Dedicated and Unlimited VPN directly in Chrome",
    "version": "2.2.0",
    "manifest_version": 2,
    "icons": {
        "48": "common\/icons\/logo-red.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "common\/icons\/logo-white.png"
        },
        "default_title": "IPBurgerVPN",
        "default_popup": "menu\/index.html"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "common\/icons\/**\/*",
        "**\/index.html",
        "**\/index.js.map",
        "common\/public\/*",
        "common\/public\/**\/*"
    ],
    "homepage_url": "https:\/\/www.ipburger.com",
    "permissions": [
        "storage",
        "proxy",
        "",
        "privacy",
        "webNavigation",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "browsingData"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlSgUVBn2CBPP8ZeJbNN\/6XdQwmEeIADtAxrkVag18dv68xoruRziP2l1wHLXJGGFEaq+pAuXDqS3cZZh+RfmEvn9FBHHHqJME9NCTR\/Gr1pTJeslNYQ3307MnATBYGQVu2zdcSszGhvcbBsD4km0udEDbVUrMSVDUh+U5FAGIMYV9d6WaWhEXs5KIwemrEDhEKVVuGi7830Jd+h\/JwjLHSrFpQ\/xpKeUw9vJe3oerNXixEWQRiGhrvfDrCDd15KS0er37PCGOjkQZq45Ax8qH05vLpTGwWc6mpwAKDZm6cAD4qu7C+iuGZzuFXL7ge1P1366Zh3vn3OvrQrUa5TF2wIDAQAB"
}