FreyaVPN VPN Extension

Privacy First - Safe and secure Internet on your chrome browser

FreyaVPN VPN Extension란 무엇입니까?

FreyaVPN VPN Extension은(는) https://freyavpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Privacy First - Safe and secure Internet on your chrome browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FreyaVPN VPN Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One simple  click to connect and start browsing safe and securely.
Fast and safe bypass geo restrictions
Telegram Proxy and telegram vpn
Hide your IP address, unblock any website, stay safe. 
Claim your online freedom today with one simple click 
Get FreyaVPN for free                    

확장 프로그램 기본 정보

이름 FreyaVPN VPN Extension FreyaVPN VPN Extension
ID abphoilconkefmcnnnobhbpelpldcdbc
공식 URL https://chromewebstore.google.com/detail/freyavpn-vpn-extension/abphoilconkefmcnnnobhbpelpldcdbc
설명 Privacy First - Safe and secure Internet on your chrome browser
파일 크기 826 KB
설치 횟수 2,799
현재 버전 3.3
최근 업데이트 2021-12-18
출시 날짜 2021-07-22
평점 3.83/5 총 18 개의 평점
개발자 https://freyavpn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.freyavpn.com/app/chrome
도움말 페이지 URL https://www.freyavpn.com/support
개인정보 보호 정책 페이지 URL https://www.smarticle.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreyaVPN VPN Extension",
    "version": "3.3",
    "description": "Privacy First - Safe and secure Internet on your chrome browser",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "proxy",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "background",
        "https:\/\/www.freyavpn.com\/*",
        ""
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "login.html",
        "default_icon": {
            "16": "assets\/images\/logo.png",
            "32": "assets\/images\/logo.png",
            "48": "assets\/images\/logo.png",
            "128": "assets\/images\/logo.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo.png",
        "32": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "manifest_version": 2
}