Hide Expert VPN

Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers.

Hide Expert VPN란 무엇입니까?

Hide Expert VPN은(는) https://hide.expert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hide Expert VPN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers which guarantees protection from tracking and complete anonymity on the Internet.

How it can serve you:
- Hide your online activities
- Change your location (country) on the Internet
- Unblock access to blocked sites, applications and services
- Protection of your data, mailing and passwords from hackers and scammers
- Keeping your personal data safe online
- Protection against interception of the data that you transfer

Hide Expert VPN supports absolutely full non-tracking approach:
- Does not store history of your online activities
- Does not collect or store your personal information
- Does not sell or transfer any of your data to third parties

It is important. Even if government representatives request information, the service has nothing to share with them.

Keep your VPN always on and blocked sites, services and apps will always be available in your Chrome browser. In extension you can choose many different countries through which to access the Internet.

About the developer. For many years the company-developer of Hide Expert VPN service has been commercially developing VPN services, which are used by hundreds of thousands of users around the world. The Hide Expert VPN service is a concentration of great experience and best practices over the years.                    

확장 프로그램 기본 정보

이름 Hide Expert VPN Hide Expert VPN
ID ngckmoefckkpbmkpeejmkajigjjbceoi
공식 URL https://chromewebstore.google.com/detail/hide-expert-vpn/ngckmoefckkpbmkpeejmkajigjjbceoi
설명 Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers.
파일 크기 402 KB
설치 횟수 606
현재 버전 1.0.0
최근 업데이트 2024-01-06
출시 날짜 2024-01-06
평점 4.71/5 총 14 개의 평점
개발자 https://hide.expert
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hide.expert/
도움말 페이지 URL https://hide.expert/feedback
개인정보 보호 정책 페이지 URL https://hide.expert/docs/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Expert VPN",
    "description": "Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers.",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "108"
}