friGate VPN
Accelerates access to blocked websites. Encrypts traffic.
Apa itu friGate VPN?
friGate VPN adalah ekstensi Chrome yang dikembangkan oleh frigate.va, dan fitur utamanya adalah "Accelerates access to blocked websites. Encrypts traffic.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi friGate VPN
Unduh file ekstensi friGate VPN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gmgimpdjmagalimgdaeacfcpoimfpikm |
URL Resmi | https://chrome.google.com/webstore/detail/frigate-vpn/gmgimpdjmagalimgdaeacfcpoimfpikm |
Deskripsi | Accelerates access to blocked websites. Encrypts traffic. |
Ukuran File | 1.01 MB |
Jumlah Instalasi | 200,000 |
Versi Saat Ini | 2.710 |
Terakhir Diperbarui | 2022-03-01 |
Tanggal Publikasi | 2021-02-17 |
Penilaian | 3.23/5 Total 83 Penilaian |
Pengembang | frigate.va |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://vpn.fri-gate.org/privacy-policy.html |
Bahasa yang Didukung | 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", " |