friGate3
Advanced proxy management
什么是friGate3?
friGate3是由frigate.va开发的Chrome扩展程序,该扩展的主要功能是“Advanced proxy management”。
扩展截图
下载friGate3扩展crx文件
下载friGate3扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension improves the browser's ability to configure proxy servers. The browser allows you to use the proxy in a fairly limited way and our product extends the possibilities of using a proxy. Adds a graphical interface that allows you to configure the list of sites that need to be opened through a proxy, and allows you to link each site to a specific proxy. All proxy types are supported, including authorisation. 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 | pllkhnalbegnomkokmdomkmcgialhalk |
官方URL | https://chrome.google.com/webstore/detail/frigate3/pllkhnalbegnomkokmdomkmcgialhalk |
简介 | Advanced proxy management |
文件大小 | 363 KB |
安装次数 | 50,000 |
当前版本 | 3.0.25 |
更新时间 | 2022-02-28 |
上架时间 | 2021-02-11 |
评分 | 3.52/5 共50次评分 |
开发者 | 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": "3.0.25", "options_page": "\/html\/options.html", "icons": { "16": "im\/ico\/16.png", "48": "im\/ico\/48.png", "128": "im\/ico\/128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [], "background": { "scripts": [ "js\/init.js", "js\/lib\/md5.js", "js\/lib\/ls.js", "js\/lib\/localdata.min.js", "js\/lib\/lib.js", "js\/proxy.js", "js\/bg.js" ], "persistent": true }, "web_accessible_resources": [], "permissions": [ "identity", "webRequest", "webRequestBlocking", "webNavigation", "tabs", "proxy", "alarms", "idle", "background", " |