friGate3
Advanced proxy management
friGate3란 무엇입니까?
friGate3은(는) frigate.va에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced proxy management"입니다.
확장 프로그램 스크린샷
friGate3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", " |