Go VPN Unlimited

Go VPN Unlimited

Was ist Go VPN Unlimited?

Go VPN Unlimited ist eine Chrome-Erweiterung, die von pricealertinfo entwickelt wurde, und ihr Hauptmerkmal ist "Go VPN Unlimited".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Go VPN Unlimited-Erweiterungs-CRX-Datei herunterladen

Laden Sie Go VPN Unlimited-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Go VPN Unlimited Go VPN Unlimited
ID ndfcjhfpghipiddnngmgalkdheieencl
Offizielle URL https://chrome.google.com/webstore/detail/go-vpn-unlimited/ndfcjhfpghipiddnngmgalkdheieencl
Beschreibung Go VPN Unlimited
Dateigröße 78.58 KB
Installationsanzahl 285
Aktuelle Version 1.0
Letztes Update 2021-06-27
Veröffentlichungsdatum 2021-06-27
Entwickler pricealertinfo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://govpnunlimited.com
Unterstützte Sprachen 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\/*"
    ]
}