friGate VPN

Accelerates access to blocked websites. Encrypts traffic.

Was ist friGate VPN?

friGate VPN ist eine Chrome-Erweiterung, die von frigate.va entwickelt wurde, und ihr Hauptmerkmal ist "Accelerates access to blocked websites. Encrypts traffic.".

Erweiterungsscreenshots

screenshot

friGate VPN-Erweiterungs-CRX-Datei herunterladen

Laden Sie friGate VPN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name friGate VPN friGate VPN
ID gmgimpdjmagalimgdaeacfcpoimfpikm
Offizielle URL https://chrome.google.com/webstore/detail/frigate-vpn/gmgimpdjmagalimgdaeacfcpoimfpikm
Beschreibung Accelerates access to blocked websites. Encrypts traffic.
Dateigröße 1.01 MB
Installationsanzahl 200,000
Aktuelle Version 2.710
Letztes Update 2022-03-01
Veröffentlichungsdatum 2021-02-17
Bewertung 3.23/5 Insgesamt 83 Bewertungen
Entwickler frigate.va
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://vpn.fri-gate.org/privacy-policy.html
Unterstützte Sprachen 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"
}