CactusVPN - VPN and Smart DNS services

Hide your IP address and bypass blocks and restrictions

CactusVPN - VPN and Smart DNS services란 무엇입니까?

CactusVPN - VPN and Smart DNS services은(는) https://www.cactusvpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide your IP address and bypass blocks and restrictions"입니다.

확장 프로그램 스크린샷

screenshot

CactusVPN - VPN and Smart DNS services 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To use the extension, you need a CactusVPN account. To get an account, you can register a 3-days free trial account (no credit card required) or order a subscription on our website. 

Connect to CactusVPN proxy servers in seconds with our easy to use Chrome extension. Absolutely no technical knowledge required.

Just enter your username and password, choose the server and connect. Everybody can do this!

Use our WebRTC leak protection feature to make sure your IP address is not leaked while using our proxy servers.

CactusVPN offers VPN, Smart DNS and proxy services. 

VPN services help you maintain your privacy and security while using the Internet. VPN hides your true identity and geographical location from anyone interested in such information. It secures your connection and allows you to bypass blocks and restrictions.

Smart DNS help you get unrestricted access to 300 geo-blocked websites to enjoy your favourite shows with no speed loss.

Our website: https://www.cactusvpn.com/                    

확장 프로그램 기본 정보

이름 CactusVPN - VPN and Smart DNS services CactusVPN - VPN and Smart DNS services
ID edlnbadicpbdobbgcngggefpdbnbnkch
공식 URL https://chromewebstore.google.com/detail/cactusvpn-vpn-and-smart-d/edlnbadicpbdobbgcngggefpdbnbnkch
설명 Hide your IP address and bypass blocks and restrictions
파일 크기 298 KB
설치 횟수 4,046
현재 버전 1.3.5
최근 업데이트 2020-11-10
출시 날짜 2020-03-07
평점 2.64/5 총 11 개의 평점
개발자 https://www.cactusvpn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cactusvpn.com/
도움말 페이지 URL https://www.cactusvpn.com/support/
개인정보 보호 정책 페이지 URL https://www.cactusvpn.com/terms-conditions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CactusVPN - VPN and Smart DNS services",
    "version": "1.3.5",
    "manifest_version": 2,
    "description": "Hide your IP address and bypass blocks and restrictions",
    "homepage_url": "https:\/\/www.cactusvpn.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "privacy",
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "https:\/\/api1.cactusdb.net\/",
        "https:\/\/www.cactusvpn.com\/"
    ],
    "background": {
        "scripts": [
            "src\/browser_action\/js\/jquery-3.3.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CactusVPN",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}