KProxy Extension
Official KProxy Extension; the best anonymous proxy solution for work.
KProxy Extension란 무엇입니까?
KProxy Extension은(는) Kproxy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official KProxy Extension; the best anonymous proxy solution for work."입니다.
확장 프로그램 스크린샷
KProxy Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Web based proxies are a pain, forget you are using a proxy with KProxy Extension. 100% sites will work! ✔ Browse the web anonymously ✔ Change your IP-Address & country ✔ Visit blocked & censored websites ✔ Best solution for work ✔ No ads KProxy Extension works also through the Internet proxies installed at work, university, library... Your connection will be seen as a regular https connection. It encrypts the connection between your browser to your target server, making impossible to steal your data. No registration or credit card is required to use it. Just download it, surf and enjoy. Note: KProxy is also accessible as a premium paid version, offering an enhanced VPN solution that unlocks the full range of product features along with expanded VPN options. – Feedback & Support – When you have questions, feedback or just want to say hello, email us. We'd love to hear from you! Email: [email protected]
확장 프로그램 기본 정보
이름 | KProxy Extension |
ID | gdocgbfmddcfnlnpmnghmjicjognhonm |
공식 URL | https://chromewebstore.google.com/detail/kproxy-extension/gdocgbfmddcfnlnpmnghmjicjognhonm |
설명 | Official KProxy Extension; the best anonymous proxy solution for work. |
파일 크기 | 1.43 MB |
설치 횟수 | 133,129 |
현재 버전 | 3.2.0 |
최근 업데이트 | 2023-09-27 |
출시 날짜 | 2019-09-25 |
평점 | 4.21/5 총 612 개의 평점 |
개발자 | Kproxy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.kproxy.com |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/kproxy-privacy-policy/startseite |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KProxy Extension", "description": "Official KProxy Extension; the best anonymous proxy solution for work.", "version": "3.2.0", "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "permissions": [ "proxy", "tabs", "storage", "cookies", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "privacy" ], "browser_action": { "default_icon": { "16": "img\/icon16_off.png", "32": "img\/icon32_off.png", "48": "img\/icon48_off.png", "128": "img\/icon128_off.png" }, "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |