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ファイルをダウンロード

friGate VPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}