Go VPN Unlimited

Go VPN Unlimited

Hvad er Go VPN Unlimited?

Go VPN Unlimited er en Chrome-udvidelse udviklet af pricealertinfo, og dens hovedfunktion er "Go VPN Unlimited".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Go VPN Unlimited-udvidelses-CRX-fil

Download Go VPN Unlimited-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

                        GO VPN is the best VPN Extension for Desktop and Android. Download for free and surf more of the web by getting around location-based restrictions. Get access to websites, social media, music, videos and content from all over the world.                    

Grundlæggende oplysninger om udvidelsen

Navn Go VPN Unlimited Go VPN Unlimited
ID ndfcjhfpghipiddnngmgalkdheieencl
Officiel URL https://chrome.google.com/webstore/detail/go-vpn-unlimited/ndfcjhfpghipiddnngmgalkdheieencl
Beskrivelse Go VPN Unlimited
Filstørrelse 78.58 KB
Antal Installationer 285
Nuværende Version 1.0
Senest Opdateret 2021-06-27
Udgivelsesdato 2021-06-27
Udvikler pricealertinfo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://govpnunlimited.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go VPN Unlimited",
    "version": "1.0",
    "description": "Go VPN Unlimited",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "128": "images\/icons\/128.png"
        },
        "default_title": "Go VPN Unlimited",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/govpnunlimited.com\/vpn\/*",
        "*:\/\/*.a-ads.com\/*"
    ]
}