AdGuard VPN Beta

Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.

AdGuard VPN Beta란 무엇입니까?

AdGuard VPN Beta은(는) https://adguard-vpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy."입니다.

확장 프로그램 스크린샷

screenshot

AdGuard VPN Beta 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AdGuard VPN Browser Extension beta version.

Please be cautious, this is a beta version, so it may contain all kind of bugs!

If you encounter any issue, please report it to us here: 
https://github.com/AdguardTeam/AdGuardVPNExtension/issues/new

Stay in touch
Support team: [email protected]
Twitter: https://twitter.com/AdGuard 
Facebook: https://www.facebook.com/adguarden 
Official website: https://adguard-vpn.com 

© Adguard Software Limited                    

확장 프로그램 기본 정보

이름 AdGuard VPN Beta AdGuard VPN Beta
ID kfjjacionkafnmnjhdghdfoinihnijgn
공식 URL https://chromewebstore.google.com/detail/adguard-vpn-beta/kfjjacionkafnmnjhdghdfoinihnijgn
설명 Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.
파일 크기 4.97 MB
설치 횟수 3,194
현재 버전 2.2.9
최근 업데이트 2024-02-08
출시 날짜 2020-12-07
평점 4.32/5 총 31 개의 평점
개발자 https://adguard-vpn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://adguard-vpn.com
도움말 페이지 URL https://adguard-vpn.com
개인정보 보호 정책 페이지 URL https://adguard.com/privacy.html
지원되는 언어 id,ms,de,en,fr,nl,no,vi,tr,ca,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,fa,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "author": "Adguard Software Ltd",
    "version": "2.2.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "assets\/images\/icons\/enabled-16.png",
        "128": "assets\/images\/icons\/enabled-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/oauth.html?adguard-vpn=1*"
            ],
            "js": [
                "auth.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "custom-dns-links.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "management",
        "notifications",
        "offscreen",
        "privacy",
        "proxy",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "109.0",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/images\/icons\/disabled-19.png",
            "38": "assets\/images\/icons\/disabled-38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        ""
    ]
}