IPBurger Proxy & VPN

The Highest Quality Premium Proxies & VPN for Business

Cos'è IPBurger Proxy & VPN?

IPBurger Proxy & VPN è un'estensione di Chrome sviluppata da IPBurger.com, e la sua funzione principale è "The Highest Quality Premium Proxies & VPN for Business".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IPBurger Proxy & VPN

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

                        ✔️ Protect IP Address
Use IPBurger's IP Address instead, even hide your IPv6.
✔️ Kill Switch
Blocks Internet when connection drops.
✔️ Auto-Connect
Stay connected from the moment you start browsing.
✔️ Protect WebRTC
Disables WebRTC and prevents any leaks.
✔️ Spoof Timezone
Automatically match your browser's Timezone with the location of assigned IP Address, hiding your original one.
✔️ Spoof Language
Automatically match your browser's language headers with the country of assigned IP Address, hiding your original one.
✔️ Spoof GPS
Automatically match your browser's GPS Coordinates with the country of assigned IP Address, hiding your original one.
✔️ No Software
Use just the extension.

Know More at IPBurger.com                    

Informazioni di Base sull'Estensione

Nome IPBurger Proxy & VPN IPBurger Proxy & VPN
ID kchocjcihdgkoplngjemhpplmmloanja
URL Ufficiale https://chromewebstore.google.com/detail/ipburger-proxy-vpn/kchocjcihdgkoplngjemhpplmmloanja
Descrizione The Highest Quality Premium Proxies & VPN for Business
Dimensione del File 1001 KB
Conteggio Installazioni 13,147
Versione Corrente 2.4.18
Ultimo Aggiornamento 2023-11-14
Data di Pubblicazione 2020-05-17
Valutazione 3.14/5 Totale 14 Valutazioni
Sviluppatore IPBurger.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://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-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPBurger Proxy & VPN",
    "description": "The Highest Quality Premium Proxies & VPN for Business",
    "version": "2.4.18",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/logo-red.png"
    },
    "action": {
        "default_icon": {
            "48": "icons\/logo-white.png"
        },
        "default_title": "IPBurgerVPN",
        "default_popup": "menu\/index.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/**\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "statusbar\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "offscreen\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "homepage_url": "https:\/\/www.ipburger.com",
    "permissions": [
        "storage",
        "proxy",
        "privacy",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider",
        "declarativeNetRequest",
        "tabs",
        "scripting",
        "offscreen",
        "browsingData"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "minimum_chrome_version": "109"
}