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 |
| Eメール | [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\/*"
]
} | |