IPSECVPN

IPSECVPN is a VPN Chrome extension that lets you access blocked websites and remain anonymous with the help of IPSECVPN Proxy

IPSECVPN란 무엇입니까?

IPSECVPN은(는) Ipsecvpn.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IPSECVPN is a VPN Chrome extension that lets you access blocked websites and remain anonymous with the help of IPSECVPN Proxy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

IPSECVPN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IPSECVPN is a Chrome extension that makes your browsing secure and unrestricted. Here are the benefits it offers:

Online freedom. Every day, websites and online services get blocked on various grounds, be it government censorship, copyright restrictions, or something else. IPSECVPN grants you unrestricted access to each and every website: It masks your online identity, allowing you to bypass these restrictions and browse the web freely.

Anonymity. With the rise of online marketing and e-commerce, staying anonymous on the web is increasingly hard. IPSECVPN addresses this problem by masking your IP address, making it harder for companies to track you across the web.

Security. In certain cases, transmitting sensitive data through the internet may be dangerous: You’re leaving it vulnerable for interception by malicious third parties. This is especially true for public networks -- airport Wi-Fi hotspots, for example. With IPSECVPN, your data is encrypted: This protects your emails, passwords, and credit card credentials from hackers.

Data safety. IPSECVPN’s security measures ensure that the data you entrust us doesn’t get sold to third parties or abused. IPSECVPN doesn’t collect your data, with the exception of your IP address to provide the services correctly.                    

확장 프로그램 기본 정보

이름 IPSECVPN IPSECVPN
ID kndpnpbcnbmgmeafbmpefkhbnfnpkpdb
공식 URL https://chromewebstore.google.com/detail/ipsecvpn/kndpnpbcnbmgmeafbmpefkhbnfnpkpdb
설명 IPSECVPN is a VPN Chrome extension that lets you access blocked websites and remain anonymous with the help of IPSECVPN Proxy
파일 크기 1.99 MB
설치 횟수 527
현재 버전 1.0.0
최근 업데이트 2021-03-01
출시 날짜 2021-02-28
평점 3.10/5 총 10 개의 평점
개발자 Ipsecvpn.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ipsecvpn.net/
도움말 페이지 URL http://ipsecvpn.net/
개인정보 보호 정책 페이지 URL http://ipsecvpn.net/privacy
지원되는 언어 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IPSECVPN",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon128.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png",
        "24": "img\/icon24.png",
        "16": "img\/icon16.png"
    },
    "permissions": [
        "storage",
        "proxy",
        "notifications",
        "*:\/\/*\/*",
        "privacy"
    ],
    "optional_permissions": [
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "modules\/config.js",
            "modules\/utils.js",
            "modules\/proxy.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "img\/icon_disconncted16.png"
        },
        "default_popup": "popup.html"
    }
}