TeraVPN - v2

Connect to the world with our VPN

TeraVPN - v2 là gì?

TeraVPN - v2 là một tiện ích mở rộng Chrome được phát triển bởi http://teravpn.com, và tính năng chính của nó là "Connect to the world with our VPN".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TeraVPN - v2

Tải xuống các tệp mở rộng TeraVPN - v2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
URL Chính Thức https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
Mô tả Connect to the world with our VPN
Kích Thước Tệp 3.1 MB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 2.6.0
Cập Nhật Lần Cuối 2021-09-17
Ngày Phát Hành 2021-06-08
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://teravpn.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://teravpn.com
URL Trang Trợ Giúp https://teravpn.com
URL Trang Chính Sách Bảo Mật https://teravpn.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}