SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
Co to jest SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy to rozszerzenie Chrome opracowane przez https://sandvpn.com, a jego główną funkcją jest „Fast, Secure, Stable”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SandVPN - Free, Fast, Unlimited VPN Proxy
Pobierz pliki rozszerzeń SandVPN - Free, Fast, Unlimited VPN Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ngigoeagdgecjjbmielklflkmnlnddop |
| Oficjalny URL | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
| Opis | Fast, Secure, Stable |
| Rozmiar pliku | 1.49 MB |
| Liczba instalacji | 2,039 |
| Aktualna Wersja | 1.6.4 |
| Ostatnia Aktualizacja | 2024-01-05 |
| Data Publikacji | 2023-01-03 |
| Ocena | 3.00/5 Łącznie 7 Oceny |
| Deweloper | https://sandvpn.com |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://sandvpn.com/ |
| Adres URL Strony Polityki Prywatności | https://sandvpn.com/policy |
| Obsługiwane Języki | 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"
}
} | |