IPBurger Proxy & VPN

The Highest Quality Premium Proxies & VPN for Business

Qu'est-ce que IPBurger Proxy & VPN ?

IPBurger Proxy & VPN est une extension Chrome développée par IPBurger.com, et sa fonction principale est "The Highest Quality Premium Proxies & VPN for Business".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IPBurger Proxy & VPN

Téléchargez les fichiers d'extension IPBurger Proxy & VPN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✔️ 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                    

Informations de Base sur l'Extension

Nom IPBurger Proxy & VPN IPBurger Proxy & VPN
ID kchocjcihdgkoplngjemhpplmmloanja
URL Officiel https://chromewebstore.google.com/detail/ipburger-proxy-vpn/kchocjcihdgkoplngjemhpplmmloanja
Description The Highest Quality Premium Proxies & VPN for Business
Taille du Fichier 1001 KB
Nombre d'Installations 13,147
Version Actuelle 2.4.18
Dernière Mise à Jour 2023-11-14
Date de Publication 2020-05-17
Évaluation 3.14/5 Total 14 Évaluations
Développeur IPBurger.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://ipburger.com
URL de la Page d'Aide https://secure.ipburger.com/support
URL de la Page de Politique de Confidentialité https://www.ipburger.com/privacy-policy
Langues Prises en Charge 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"
}