WebExtension.net
Toggle dark mode
WebExtension.net

Free VPN Chrome extension - Best VPN by uVPN

View on Chrome Web Store
View Free VPN Chrome extension - Best VPN by uVPN Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (19,022 ratings)
1 new ratings
29 views
This extension has been viewed 29 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Best free VPN Chrome extension to unblock websites and hide IP address
Type
Extension
Users
1,000,000 users
Website uvpn.me
uVPN
View author page of uVPN
Published
Published on March 18, 2020
Version 8.0.3
Manifest version
3
Updated
Updated on November 24, 2024
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Free VPN Chrome extension - Best VPN by uVPN Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "8.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "109.0",
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/uvpn.me\/*",
                "*:\/\/*.uvpn.me\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestAuthProvider",
        "proxy",
        "storage",
        "alarms",
        "tabs",
        "offscreen",
        "management"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_extTitle__",
        "default_popup": "popup.html",
        "default_icon": "icons\/uvpn_128.png"
    },
    "icons": {
        "32": "icons\/uvpn_32.png",
        "64": "icons\/uvpn_64.png",
        "128": "icons\/uvpn_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top