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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://teravpn.com
URL หน้านโยบายความเป็นส่วนตัว 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"
}