Go VPN Unlimited
Go VPN Unlimited
什么是Go VPN Unlimited?
Go VPN Unlimited是由pricealertinfo开发的Chrome扩展程序,该扩展的主要功能是“Go VPN Unlimited”。
扩展截图
下载Go VPN Unlimited扩展crx文件
下载Go VPN Unlimited扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ndfcjhfpghipiddnngmgalkdheieencl |
官方URL | https://chrome.google.com/webstore/detail/go-vpn-unlimited/ndfcjhfpghipiddnngmgalkdheieencl |
简介 | Go VPN Unlimited |
文件大小 | 78.58 KB |
安装次数 | 285 |
当前版本 | 1.0 |
更新时间 | 2021-06-27 |
上架时间 | 2021-06-27 |
开发者 | pricealertinfo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://govpnunlimited.com |
支持的语言 | 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\/*" ] } |