friGate VPN
Accelerates access to blocked websites. Encrypts traffic.
什么是friGate VPN?
friGate VPN是由frigate.va开发的Chrome扩展程序,该扩展的主要功能是“Accelerates access to blocked websites. Encrypts traffic.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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", " |