ininja VPN proxy

Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension

ininja VPN proxy란 무엇입니까?

ininja VPN proxy은(는) https://cowapp.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ininja VPN proxy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ininja VPN proxy is a web proxy backed by tunnel technology. Like VPN, it hides your IP address and encrypt your traffic, but a lot easier to use. This extension provides one click config to switch your IP address and location. Once the service is turned on, the sites you visit can only see an IP address belonging to the proxy rather than your real IP address. That's why you can unblock websites with us.
# Enhanced security & privacy #
Unlike a triditional plain web proxy, ininja VPN proxy encrypts all your inbound and outbound traffic, which hides your IP and gives you protection when you are using public WiFi like school, hotel or Starbucks.

On the other hand, we also prevent WebRTC from leaking your IP address, which isn't usually handled by many other VPNs.                    

확장 프로그램 기본 정보

이름 ininja VPN proxy ininja VPN proxy
ID ikcoahoognmjjcgmbnagdkeehmcfafme
공식 URL https://chrome.google.com/webstore/detail/ininja-vpn-proxy/ikcoahoognmjjcgmbnagdkeehmcfafme
설명 Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension
파일 크기 148 KB
설치 횟수 1,463
현재 버전 0.0.1.8
최근 업데이트 2022-08-18
출시 날짜 2021-10-29
평점 1.88/5 총 8 개의 평점
개발자 https://cowapp.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cowapp.github.io
개인정보 보호 정책 페이지 URL https://cowxy.pro/privacy.html
지원되는 언어 en,en-US,ru,zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "js\/lib\/ft.js",
            "js\/lib\/jq.js",
            "js\/utils.js",
            "js\/lib\/webrtc.js",
            "js\/uuid.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon64-gray.png",
        "default_popup": "popup.html",
        "default_title": "ininja fast proxy"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/cowapp.github.io",
    "icons": {
        "128": "img\/icon64.png",
        "48": "img\/icon64.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "privacy",
        "storage",
        "proxy",
        "management",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.8"
}