EasyVPN - The Secured Connection for Web

Advanced Free VPN tool that helps to protect your privacy. Choose the country and connect to a secured network in a second

EasyVPN - The Secured Connection for Web란 무엇입니까?

EasyVPN - The Secured Connection for Web은(는) Easy VPN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced Free VPN tool that helps to protect your privacy. Choose the country and connect to a secured network in a second"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

EasyVPN - The Secured Connection for Web 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Meet the EasyVPN - it’s a tool for private and secure browsing the network. We provide connection limitless and free of charge, that gives an opportunity to use virtual network every time you need it. Simply interface connects you to security promptly in a one click. All you need is to choose the country and click the “Power” button. Here you go! Private network activated.

Easy VPN is an extension with a fast proxy connection, thus anonymously files downloading, streaming, surfing is fully available without any limits and restrictions. Take advantage of browsing securely with a virtual private network. 

As the easiest solution for unblock prohibited websites and platforms Easy VPN service can be used ongoing during the Chrome browsing using. Unblock any website in the internet right now by mask and hide the ip address.                    

확장 프로그램 기본 정보

이름 EasyVPN - The Secured Connection for Web EasyVPN - The Secured Connection for Web
ID fpaacjbgplkmlcpmdljhndfoginnfaao
공식 URL https://chrome.google.com/webstore/detail/easyvpn-the-secured-conne/fpaacjbgplkmlcpmdljhndfoginnfaao
설명 Advanced Free VPN tool that helps to protect your privacy. Choose the country and connect to a secured network in a second
파일 크기 1.34 MB
설치 횟수 2,173,430
현재 버전 1.2.2
최근 업데이트 2022-02-22
출시 날짜 2021-10-30
평점 3.81/5 총 114 개의 평점
개발자 Easy VPN
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/easy-vpn-1/home
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.2.2",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-32.png",
        "default_title": "__MSG_title__",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "proxy",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "lib\/*.js"
    ]
}