Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
Incognito Proxy란 무엇입니까?
Incognito Proxy은(는) https://pmarks.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Configure different proxy settings for regular vs. incognito tabs"입니다.
확장 프로그램 스크린샷
Incognito Proxy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple extension for configuring proxy settings. Its namesake feature is the ability to configure different settings for regular windows and incognito windows. For example, you could route all incognito traffic to a SOCKS5 proxy, while allowing non-incognito traffic to connect directly. Be aware that you must already have access to a proxy server for this extension to be of any use. The 'disable_non_proxied_udp' option can prevent WebRTC from leaking your non-proxied IP address. Incognito Proxy is Free Software under the Apache License.
확장 프로그램 기본 정보
이름 | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
공식 URL | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
설명 | Configure different proxy settings for regular vs. incognito tabs |
파일 크기 | 34 KB |
설치 횟수 | 167 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-08-28 |
출시 날짜 | 2022-10-09 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://pmarks.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/pmarks-net/incognito-proxy |
개인정보 보호 정책 페이지 URL | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/github.com\/pmarks-net\/incognito-proxy", "default_locale": "en", "action": { "default_icon": { "128": "icon128.png" }, "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "privacy", "proxy" ], "manifest_version": 3 } |