Go VPN Unlimited
Go VPN Unlimited
Cos'è Go VPN Unlimited?
Go VPN Unlimited è un'estensione di Chrome sviluppata da pricealertinfo, e la sua funzione principale è "Go VPN Unlimited".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go VPN Unlimited
Scarica i file di estensione Go VPN Unlimited in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ndfcjhfpghipiddnngmgalkdheieencl |
URL Ufficiale | https://chrome.google.com/webstore/detail/go-vpn-unlimited/ndfcjhfpghipiddnngmgalkdheieencl |
Descrizione | Go VPN Unlimited |
Dimensione del File | 78.58 KB |
Conteggio Installazioni | 285 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-06-27 |
Data di Pubblicazione | 2021-06-27 |
Sviluppatore | pricealertinfo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://govpnunlimited.com |
Lingue Supportate | 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\/*" ] } |