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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة سياسة الخصوصية | 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"
}
} | |