Free VPN

Free VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

What is Free VPN?

Free VPN is a Chrome extension developed by Trellonet, and its main feature is "Free VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".

Extension Screenshots

screenshot

Download Free VPN Extension CRX File

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

                        The best vpn for chrome, which can hide your network ip and protect your network security.                    

Extension Basic Information

Name Free VPN Free VPN
ID njpmifchgidinihmijhcfpbdmglecdlb
Official URL https://chromewebstore.google.com/detail/free-vpn/njpmifchgidinihmijhcfpbdmglecdlb
Description Free VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
File Size 1.13 MB
Installation Count 6,277
Current Version 1.1.1
Last Updated 2020-08-24
Publish Date 2020-07-01
Rating 2.13/5 Total 8 Ratings
Developer Trellonet
Email [email protected]
Payment Type free
Extension Website https://www.trellonet.com
Help Page URL https://www.trellonet.com
Privacy Policy Page URL https://www.trellonet.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free VPN",
    "version": "1.1.1",
    "description": "Free VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "Free VPN",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}