Browser VPN - Free Chrome VPN

Browser VPN is a Free VPN for Chrome.

Browser VPN - Free Chrome VPN란 무엇입니까?

Browser VPN - Free Chrome VPN은(는) https://browservpn.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser VPN is a Free VPN for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Browser VPN - Free Chrome VPN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Browser VPN is a browser based free VPN for chrome that allows you to change your location, bypass geo-restrictions and firewalls directly from within your browser.

Browser VPN allows you to use a VPN without installing any additional Windows or macOS software.

Browser VPN is the easiest way to stay secure and private online. Our VPN networks allows you to hide your true IP address and unblock content online from the moment you connect to our Free VPN servers. 

Use the easiest-to-use VPN extension. To get started, install the extension from Chrome store or official website absolutely FREE with a single click, choose the location of your choice or pick from the preloaded list of popular websites, and viola. You are good to go.                    

확장 프로그램 기본 정보

이름 Browser VPN - Free Chrome VPN Browser VPN - Free Chrome VPN
ID jdgilggpfmjpbodmhndmhojklgfdlhob
공식 URL https://chromewebstore.google.com/detail/browser-vpn-free-chrome-v/jdgilggpfmjpbodmhndmhojklgfdlhob
설명 Browser VPN is a Free VPN for Chrome.
파일 크기 250 KB
설치 횟수 5,761
현재 버전 2.3.1
최근 업데이트 2022-11-24
출시 날짜 2020-05-26
평점 3.00/5 총 12 개의 평점
개발자 https://browservpn.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browservpn.net
개인정보 보호 정책 페이지 URL http://www.freevpn.one/privacy.html
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "scripts\/service.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "scripts\/contentstart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": [],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/browservpn.net\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiwVUe1+SFcsFsc369CbtramB1Ie\/xpUmsjEIOdGk1\/EKA2wimIe5ipA2oO2kKm2yr+KILvsLIwUSm8wprdR1zxxVzenBA4lDaKI3OkfgOcXr2+UY+wpNns1L8spPCaz0ICBFfn2h2HFv+OVYlJrd\/bcry+eTjlcyEx9i8Sh7hBZ0s\/g9eWopKMWUcWLCtkmr6TdpLxTlM\/NAmbWlpR3r6a0EGF4fXthhlwss5VpqInXNCDiVP1zJjetKkbIBhnIqUPSIz+JiQavXmsEdWPItoXBd+sMYwiZYZld3CyGi7cbaQYsruVQPTcP5zgkpKNSAk6QIX58x4HqZjbCVYPcWmQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "proxy",
        "storage",
        "background"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1"
}