TeraVPN - v2

Connect to the world with our VPN

ما هو TeraVPN - v2؟

TeraVPN - v2 هو إضافة Chrome تم تطويرها بواسطة http://teravpn.com، والميزة الرئيسية لها هي "Connect to the world with our VPN".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TeraVPN - v2

قم بتنزيل ملفات الامتداد TeraVPN - v2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Use TeraVPN Extension to encrypt all your traffic to the internet. You can select multiple locations. Unblock the websites blocked in your school, company or country by just click of the button. If you are concerned about your privacy on the internet then just select TeraVPN and let our encrypted servers take care of your privacy.                    

معلومات أساسية عن التمديد

الاسم TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
الوصف Connect to the world with our VPN
حجم الملف 3.1 MB
عدد التثبيتات 50
النسخة الحالية 2.6.0
آخر تحديث 2021-09-17
تاريخ النشر 2021-06-08
تقييم 1.00/5 مجموع تقييمات 2
المطور http://teravpn.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://teravpn.com
عنوان صفحة المساعدة https://teravpn.com
عنوان صفحة سياسة الخصوصية https://teravpn.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeraVPN - v2",
    "description": "Connect to the world with our VPN",
    "version": "2.6.0",
    "icons": {
        "128": "icons\/128off.png",
        "48": "icons\/48off.png"
    },
    "permissions": [
        "proxy",
        "notifications",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128off.png",
        "default_title": "TeraVPN",
        "default_popup": "j.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "31.0.0"
}