IPBurger Proxy Manager

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

What is IPBurger Proxy Manager?

IPBurger Proxy Manager is a Chrome extension developed by IPBurger.com, and its main feature is "IPBurger's Fresh, Dedicated and Unlimited VPN directly in Chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download IPBurger Proxy Manager Extension CRX File

Download IPBurger 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

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

Extension Basic Information

Name IPBurger Proxy Manager IPBurger Proxy Manager
ID ompaconeaffhoeciaendjplbjglollng
Official URL https://chromewebstore.google.com/detail/ipburger-proxy-manager/ompaconeaffhoeciaendjplbjglollng
Description IPBurger's Fresh, Dedicated and Unlimited VPN directly in Chrome
File Size 3.3 MB
Installation Count 1,584
Current Version 2.2.0
Last Updated 2021-09-14
Publish Date 2021-06-20
Rating 4.00/5 Total 1 Ratings
Developer IPBurger.com
Email owner@ipburger.com
Payment Type free
Extension Website https://www.ipburger.com/
Help Page URL https://secure.ipburger.com/support
Privacy Policy Page URL https://www.ipburger.com/privacy-policy
Supported Languages 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"
}