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 |
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": "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", " |