friGate VPN

Accelerates access to blocked websites. Encrypts traffic.

friGate VPN là gì?

friGate VPN là một tiện ích mở rộng Chrome được phát triển bởi frigate.va, và tính năng chính của nó là "Accelerates access to blocked websites. Encrypts traffic.".

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

Tải xuống các tệp mở rộng friGate 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 extension unblocks sites and speeds up access to them, encrypts traffic, opens TOR (.onion) sites and supports EmerDNS

Traffic is routed through an encrypted tunnel. This ensures that no one is tracking your traffic. 

We do not retain logs of data activity, nor do we collect any data on your internet use, but may keep account login related details only. Browsing data will not be manipulated, nor used for marketing or analytical purposes, nor shared with anyone for any purpose.                    

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

Tên friGate VPN friGate VPN
ID gmgimpdjmagalimgdaeacfcpoimfpikm
URL Chính Thức https://chrome.google.com/webstore/detail/frigate-vpn/gmgimpdjmagalimgdaeacfcpoimfpikm
Mô tả Accelerates access to blocked websites. Encrypts traffic.
Kích Thước Tệp 1.01 MB
Số Lần Cài Đặt 200,000
Phiên Bản Hiện Tại 2.710
Cập Nhật Lần Cuối 2022-03-01
Ngày Phát Hành 2021-02-17
Đánh Giá 3.23/5 Tổng số 83 Đánh Giá
Nhà Phát Triển frigate.va
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://vpn.fri-gate.org/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_sname__",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "version": "2.710",
    "options_page": "options.html",
    "icons": {
        "48": "im\/64.png",
        "64": "im\/64.png",
        "128": "im\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/inj2.css"
            ],
            "js": [
                "lib\/MooTools-Core-1.6.0-compressed.js",
                "js\/s2.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "im\/*.png",
        "im\/*.gif",
        "lib\/*.js"
    ],
    "permissions": [
        "idle",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "proxy",
        "browsingData",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": "im\/38g.png"
    },
    "minimum_chrome_version": "36"
}