Open Proxy VPN

Open Proxy VPN: Secure & Anonymous Browsing. Connect via any HTTPS proxy server.

What is Open Proxy VPN?

Open Proxy VPN is a Chrome extension developed by Treasure1337, and its main feature is "Open Proxy VPN: Secure & Anonymous Browsing. Connect via any HTTPS proxy server.".

Extension Screenshots

screenshot

Download Open Proxy VPN Extension CRX File

Download Open Proxy VPN 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

                        We are pleased to introduce OpenProxy - a Chrome extension that allows you to utilize web proxy services. Our extension is designed to provide a secure and reliable internet connection. Use OpenProxy to stay anonymous online and experience freedom on the internet!                    

Extension Basic Information

Name Open Proxy VPN Open Proxy VPN
ID gfheljbakdiklkfkpipifjodmepnnaje
Official URL https://chromewebstore.google.com/detail/open-proxy-vpn/gfheljbakdiklkfkpipifjodmepnnaje
Description Open Proxy VPN: Secure & Anonymous Browsing. Connect via any HTTPS proxy server.
File Size 109 KB
Installation Count 182
Current Version 0.0.0.4
Last Updated 2023-12-17
Publish Date 2023-07-04
Rating 5.00/5 Total 2 Ratings
Developer Treasure1337
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open Proxy VPN",
    "version": "0.0.0.4",
    "description": "Open Proxy VPN: Secure & Anonymous Browsing. Connect via any HTTPS proxy server.",
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        ""
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}