SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
Apa itu SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy adalah ekstensi Chrome yang dikembangkan oleh https://sandvpn.com, dan fitur utamanya adalah "Fast, Secure, Stable".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SandVPN - Free, Fast, Unlimited VPN Proxy
Unduh file ekstensi SandVPN - Free, Fast, Unlimited VPN Proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online
Informasi Dasar Ekstensi
Nama | SandVPN - Free, Fast, Unlimited VPN Proxy |
ID | ngigoeagdgecjjbmielklflkmnlnddop |
URL Resmi | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
Deskripsi | Fast, Secure, Stable |
Ukuran File | 1.49 MB |
Jumlah Instalasi | 2,039 |
Versi Saat Ini | 1.6.4 |
Terakhir Diperbarui | 2024-01-05 |
Tanggal Publikasi | 2023-01-03 |
Penilaian | 3.00/5 Total 7 Penilaian |
Pengembang | https://sandvpn.com |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://sandvpn.com/ |
URL Halaman Kebijakan Privasi | https://sandvpn.com/policy |
Bahasa yang Didukung | 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" } } |