TeraVPN - v2

Connect to the world with our VPN

Vad är TeraVPN - v2?

TeraVPN - v2 är en Chrome-tillägg utvecklad av http://teravpn.com, och dess huvudfunktion är "Connect to the world with our VPN".

Tilläggsskärmbilder

screenshot

Ladda ner TeraVPN - v2-förlängningens CRX-fil

Ladda ner TeraVPN - v2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
Officiell webbadress https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
Beskrivning Connect to the world with our VPN
Filstorlek 3.1 MB
Antal Installationer 50
Aktuell Version 2.6.0
Senast Uppdaterad 2021-09-17
Publiceringsdatum 2021-06-08
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare http://teravpn.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://teravpn.com
Hjälpsida URL https://teravpn.com
URL till Sekretesspolicy Sidan https://teravpn.com/privacy-policy
Stödda Språk 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"
}