friGate VPN

Accelerates access to blocked websites. Encrypts traffic.

friGate VPN란 무엇입니까?

friGate VPN은(는) frigate.va에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accelerates access to blocked websites. Encrypts traffic."입니다.

확장 프로그램 스크린샷

screenshot

friGate VPN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 friGate VPN friGate VPN
ID gmgimpdjmagalimgdaeacfcpoimfpikm
공식 URL https://chrome.google.com/webstore/detail/frigate-vpn/gmgimpdjmagalimgdaeacfcpoimfpikm
설명 Accelerates access to blocked websites. Encrypts traffic.
파일 크기 1.01 MB
설치 횟수 200,000
현재 버전 2.710
최근 업데이트 2022-03-01
출시 날짜 2021-02-17
평점 3.23/5 총 83 개의 평점
개발자 frigate.va
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://vpn.fri-gate.org/privacy-policy.html
지원되는 언어 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"
}