SaferVPN Proxy - Free & Fast Privacy App

Great speed and free access to many locations.

SaferVPN Proxy - Free & Fast Privacy App란 무엇입니까?

SaferVPN Proxy - Free & Fast Privacy App은(는) SaferVPN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Great speed and free access to many locations."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

SaferVPN Proxy - Free & Fast Privacy App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Known for simplicity, stability, and ease-of-use, the SaferVPN Chrome extension offers you the fastest and simplest VPN benefits as you browse. 

What is a VPN?
A VPN is a Virtual Private Network, a technology that allows you to browse the web without restrictions, protect your privacy, and encrypt your internet traffic by setting up a private, secure connection to a remote server.

All our apps feature zero configuration and easy install.

SaferVPN's Privacy Policy:

We value your online privacy. There are no ads, no logs and we'll never sell your data to third parties.
You can find our privacy policy here: https://www.safervpn.com/legal/privacy

Connect with us:
Facebook: https://www.facebook.com/SaferVPNCom/
Twitter: https://twitter.com/SaferVPN
Blog: https://www.safervpn.com/blog/                    

확장 프로그램 기본 정보

이름 SaferVPN Proxy - Free & Fast Privacy App SaferVPN Proxy - Free & Fast Privacy App
ID cocfojppfigjeefejbpfmedgjbpchcng
공식 URL https://chrome.google.com/webstore/detail/safervpn-proxy-free-fast/cocfojppfigjeefejbpfmedgjbpchcng
설명 Great speed and free access to many locations.
파일 크기 1.15 MB
설치 횟수 229,904
현재 버전 4.0.0
최근 업데이트 2020-06-22
출시 날짜 2020-06-16
평점 4.47/5 총 20653 개의 평점
개발자 SaferVPN
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.safervpn.com/apps
도움말 페이지 URL https://www.safervpn.com/support
개인정보 보호 정책 페이지 URL https://safervpn.com/legal/privacy
지원되는 언어 en,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_APP_NAME__",
    "short_name": "__MSG_APP_SHORT_NAME__",
    "version": "4.0.0",
    "homepage_url": "https:\/\/savervpn.com\/",
    "description": "__MSG_APP_DESC__",
    "icons": {
        "48": "icons\/48-active.png",
        "128": "icons\/128-active.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19-noactive.png",
            "38": "icons\/38-noactive.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "management",
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}