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文件

下載AdGuard VPN Beta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
        ""
    ]
}