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 là gì?

AdGuard VPN Beta là một tiện ích mở rộng Chrome được phát triển bởi https://adguard-vpn.com, và tính năng chính của nó là "Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AdGuard VPN Beta

Tải xuống các tệp mở rộng AdGuard VPN Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AdGuard VPN Beta AdGuard VPN Beta
ID kfjjacionkafnmnjhdghdfoinihnijgn
URL Chính Thức https://chromewebstore.google.com/detail/adguard-vpn-beta/kfjjacionkafnmnjhdghdfoinihnijgn
Mô tả Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.
Kích Thước Tệp 4.97 MB
Số Lần Cài Đặt 3,194
Phiên Bản Hiện Tại 2.2.9
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2020-12-07
Đánh Giá 4.32/5 Tổng số 31 Đánh Giá
Nhà Phát Triển https://adguard-vpn.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://adguard-vpn.com
URL Trang Trợ Giúp https://adguard-vpn.com
URL Trang Chính Sách Bảo Mật https://adguard.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}