Simple VPN Proxy

Simple VPN Proxy: browse with our free proxy vpn extension for Chrome, no account required!

What is Simple VPN Proxy?

Simple VPN Proxy is a Chrome extension developed by Programmer5000, and its main feature is "Simple VPN Proxy: browse with our free proxy vpn extension for Chrome, no account required!".

Extension Screenshots

screenshot

Download Simple VPN Proxy Extension CRX File

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

                        Simple VPN proxy for Chrome allows you to hide your IP address when you browse with our VPN proxy severs. No credit card, email address, or account is required to sign up. Unblock sites and content via our proxy service. Your traffic is encrypted for your privacy.                    

Extension Basic Information

Name Simple VPN Proxy Simple VPN Proxy
ID pbbemhmbmbojnlcdghecimjchadodpci
Official URL https://chrome.google.com/webstore/detail/simple-vpn-proxy/pbbemhmbmbojnlcdghecimjchadodpci
Description Simple VPN Proxy: browse with our free proxy vpn extension for Chrome, no account required!
File Size 1.22 MB
Installation Count 78
Current Version 1.2
Last Updated 2021-10-31
Publish Date 2021-10-31
Rating 1.00/5 Total 1 Ratings
Developer Programmer5000
Email [email protected]
Payment Type free
Supported Languages id,en,fr,tr,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "https:\/\/us-central1-unique-charm.cloudfunctions.net\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}