SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
Vad är SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy är en Chrome-tillägg utvecklad av https://sandvpn.com, och dess huvudfunktion är "Fast, Secure, Stable".
Tilläggsskärmbilder
Ladda ner SandVPN - Free, Fast, Unlimited VPN Proxy-förlängningens CRX-fil
Ladda ner SandVPN - Free, Fast, Unlimited VPN Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online Grundläggande Information om Tillägg
| Namn | |
| ID | ngigoeagdgecjjbmielklflkmnlnddop |
| Officiell webbadress | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
| Beskrivning | Fast, Secure, Stable |
| Filstorlek | 1.49 MB |
| Antal Installationer | 2,039 |
| Aktuell Version | 1.6.4 |
| Senast Uppdaterad | 2024-01-05 |
| Publiceringsdatum | 2023-01-03 |
| Betyg | 3.00/5 Totalt 7 Betyg |
| Utvecklare | https://sandvpn.com |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://sandvpn.com/ |
| URL till Sekretesspolicy Sidan | https://sandvpn.com/policy |
| Stödda Språk | 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"
}
} | |