TeraVPN - v2

Connect to the world with our VPN

What is TeraVPN - v2?

TeraVPN - v2 is a Chrome extension developed by http://teravpn.com, and its main feature is "Connect to the world with our VPN".

Extension Screenshots

screenshot

Download TeraVPN - v2 Extension CRX File

Download TeraVPN - v2 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

                        Use TeraVPN Extension to encrypt all your traffic to the internet. You can select multiple locations. Unblock the websites blocked in your school, company or country by just click of the button. If you are concerned about your privacy on the internet then just select TeraVPN and let our encrypted servers take care of your privacy.                    

Extension Basic Information

Name TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
Official URL https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
Description Connect to the world with our VPN
File Size 3.1 MB
Installation Count 50
Current Version 2.6.0
Last Updated 2021-09-17
Publish Date 2021-06-08
Rating 1.00/5 Total 2 Ratings
Developer http://teravpn.com
Email [email protected]
Payment Type free
Extension Website https://teravpn.com
Help Page URL https://teravpn.com
Privacy Policy Page URL https://teravpn.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeraVPN - v2",
    "description": "Connect to the world with our VPN",
    "version": "2.6.0",
    "icons": {
        "128": "icons\/128off.png",
        "48": "icons\/48off.png"
    },
    "permissions": [
        "proxy",
        "notifications",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128off.png",
        "default_title": "TeraVPN",
        "default_popup": "j.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "31.0.0"
}