SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
SandVPN - Free, Fast, Unlimited VPN Proxyคืออะไร?
SandVPN - Free, Fast, Unlimited VPN Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sandvpn.com และคุณลักษณะหลักของมันคือ "Fast, Secure, Stable"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SandVPN - Free, Fast, Unlimited VPN Proxy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
}
} | |