Fast VPN Chrome Extension - Fastest VPN Proxy

Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.

Fast VPN Chrome Extension - Fastest VPN Proxy란 무엇입니까?

Fast VPN Chrome Extension - Fastest VPN Proxy은(는) Fast VPN Chrome Extension Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fast VPN Chrome Extension - Fastest VPN Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fast VPN Chrome Extension - Faster Than the Fastest VPN Proxy. Defeat ISP bandwidth throttling, speed limitation, and peering conflicts and browse any website safely with military-grade protection.

Unblock any streaming, game, and social media sites and access any content at full speed. Watch Netflix’s best movies and 4K Youtube videos smoothly with our free Fast VPN Chrome Addon.

There is no need to setup Fast VPN Chrome Plugin step by step as it’s a one-click VPN service. Just select any virtual location you like and click connect, then your real IP address will be replaced by one of our flash VPN servers.                    

확장 프로그램 기본 정보

이름 Fast VPN Chrome Extension - Fastest VPN Proxy Fast VPN Chrome Extension - Fastest VPN Proxy
ID nhiphjnpfaoagnfffcihodojonieglkk
공식 URL https://chrome.google.com/webstore/detail/fast-vpn-chrome-extension/nhiphjnpfaoagnfffcihodojonieglkk
설명 Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.
파일 크기 121 KB
설치 횟수 22,110
현재 버전 1.0.1
최근 업데이트 2021-10-20
출시 날짜 2021-09-28
평점 4.53/5 총 134 개의 평점
개발자 Fast VPN Chrome Extension Team
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.itopvpn.com/privacy
지원되는 언어 en-US
manifest.json
{
    "name": "Fast VPN Chrome Extension - Fastest VPN Proxy",
    "description": "Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.itopvpn.com\/api\/ip-checker",
        "proxy",
        "storage"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/js\/jquery.min.js",
            "\/js\/storage.js",
            "\/js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/icon_off.png",
        "default_popup": "\/popup.html",
        "default_title": "Fast VPN Chrome Extension-Faster Than the Fastest VPN Proxy"
    },
    "icons": {
        "16": ".\/images\/icon.png",
        "24": ".\/images\/icon_24.png",
        "32": ".\/images\/icon_32.png",
        "48": ".\/images\/icon_48.png",
        "128": ".\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/js\/vpn.json"
    ]
}