SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
SandVPN - Free, Fast, Unlimited VPN Proxyとは何ですか?
SandVPN - Free, Fast, Unlimited VPN Proxyはhttps://sandvpn.comによって開発されたChromeの拡張機能で、その主な機能は「Fast, Secure, Stable」です。
拡張機能のスクリーンショット
SandVPN - Free, Fast, Unlimited VPN Proxy拡張機能のCRXファイルをダウンロード
SandVPN - Free, Fast, Unlimited VPN Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online 拡張機能の基本情報
| 名前 | |
| ID | ngigoeagdgecjjbmielklflkmnlnddop |
| 公式URL | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
| 説明 | Fast, Secure, Stable |
| ファイルサイズ | 1.49 MB |
| インストール数 | 2,039 |
| 現在のバージョン | 1.6.4 |
| 最終更新日 | 2024-01-05 |
| 公開日 | 2023-01-03 |
| 評価 | 3.00/5 合計 7 レビュー |
| 開発者 | https://sandvpn.com |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://sandvpn.com/ |
| プライバシーポリシーページのURL | https://sandvpn.com/policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SandVPN - Free, Fast, Unlimited VPN Proxy",
"minimum_chrome_version": "108",
"description": "Fast, Secure, Stable",
"version": "1.6.4",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "SandVPN"
},
"icons": {
"48": "logo.png"
},
"permissions": [
"tabs",
"privacy",
"proxy",
"management",
"storage",
"webRequest",
"webRequestAuthProvider",
"storage",
"browsingData"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |