TeraVPN - v2

Connect to the world with our VPN

Hvad er TeraVPN - v2?

TeraVPN - v2 er en Chrome-udvidelse udviklet af http://teravpn.com, og dens hovedfunktion er "Connect to the world with our VPN".

Udvidelsesskærmbilleder

screenshot

Download TeraVPN - v2-udvidelses-CRX-fil

Download TeraVPN - v2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
Officiel URL https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
Beskrivelse Connect to the world with our VPN
Filstørrelse 3.1 MB
Antal Installationer 50
Nuværende Version 2.6.0
Senest Opdateret 2021-09-17
Udgivelsesdato 2021-06-08
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler http://teravpn.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://teravpn.com
Hjælpeside-URL https://teravpn.com
URL til Fortrolighedspolitik Side https://teravpn.com/privacy-policy
Understøttede Sprog 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"
}