ProxyOmega Proxy Manager

A proxy manager utilizing HTTP proxies.

What is ProxyOmega Proxy Manager?

ProxyOmega Proxy Manager is a Chrome extension developed by ProxyOmega, and its main feature is "A proxy manager utilizing HTTP proxies.".

Extension Screenshots

screenshot
screenshot

Download ProxyOmega Proxy Manager Extension CRX File

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

                        ProxyOmega Proxy Manager

Effortlessly manage your proxies within Google Chrome with ProxyOmega Proxy Manager. This free extension simplifies the use of proxies, eliminating the need to navigate through intricate settings and menus. Enjoy seamless control with just a click.

Bypass geo-restrictions, blocks, or bans and experience an unrestricted internet with ProxyOmega Proxy Manager!                    

Extension Basic Information

Name ProxyOmega Proxy Manager ProxyOmega Proxy Manager
ID cnpheicknmgmolliegenmcadbkpficih
Official URL https://chromewebstore.google.com/detail/proxyomega-proxy-manager/cnpheicknmgmolliegenmcadbkpficih
Description A proxy manager utilizing HTTP proxies.
File Size 587 KB
Installation Count 63
Current Version 1.4
Last Updated 2024-01-07
Publish Date 2024-01-07
Developer ProxyOmega
Email [email protected]
Payment Type free
Extension Website https://proxyomega.com/
Help Page URL https://help.proxyomega.com/en/
Privacy Policy Page URL https://proxyomega.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProxyOmega Proxy Manager",
    "description": "A proxy manager utilizing HTTP proxies.",
    "version": "1.4",
    "author": "@proxyomega",
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "proxy",
        "browsingData",
        "webRequest",
        "webRequestAuthProvider",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}