Fornex VPN

Change your IP with ease

Fornex VPN là gì?

Fornex VPN là một tiện ích mở rộng Chrome được phát triển bởi fornex, và tính năng chính của nó là "Change your IP with ease".

Ả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 Fornex VPN

Tải xuống các tệp mở rộng Fornex VPN 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

                        The proxy setting provides a connection, a so-called tunnel, between the client (your web browser) and any website. Access to the service is paid. Subscription is made on the link https://fornex.com/vpn/. After paying for the subscription, you will be provided with a login and password that you enter in the extension window.

There are 10 locations to choose.

Switching between countries - on the fly without reinstalling an extension or re-paying a subscription.

Why do you need a proxy?
Proxies are mainly used to protect their data transmitted through unsecured networks. For example, to protect data in unsafe public Wi-Fi access points. In addition, it can be used to hide the IP or country of the client's location, it is necessary to access resources that providers can block.

Is the service paid?
Yes, access to access servers is possible when you subscribe and pay for it through the site. After that, you have the opportunity, at a price of 2 euros per month, to switch on the fly in the browser between 10 countries in 2 clicks.

What is the access speed?
Access speed can reach 100 megabits per second.

Is there any support?
Yes, round the clock and very fast through the contact form https://fornex.com/contacts/ or the application system https://fornex.com/my/tickets/

What about privacy?
- We do not save client access logs through our proxy servers
- We do not collect or process any marketing or meta data

Are there any other ways to work with proxies?
Yes. After payment you can connect using the following technologies:

- OpenVPN (tcp and udp)
- L2TP / IPSec
- PPTP
- IKEv2                    

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

Tên Fornex VPN Fornex VPN
ID egblhcjfjmbjajhjhpmnlekffgaemgfh
URL Chính Thức https://chrome.google.com/webstore/detail/fornex-vpn/egblhcjfjmbjajhjhpmnlekffgaemgfh
Mô tả Change your IP with ease
Kích Thước Tệp 974 KB
Số Lần Cài Đặt 3,095
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2021-04-01
Ngày Phát Hành 2019-06-29
Đánh Giá 2.96/5 Tổng số 23 Đánh Giá
Nhà Phát Triển fornex
Loại Thanh Toán free
Trang Web Mở Rộng https://fornex.com/vpn/
URL Trang Trợ Giúp https://fornex.com/contacts/
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.3.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/ext16.png",
        "48": "images\/icons\/ext48.png",
        "128": "images\/icons\/ext128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/ext48.png",
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}