AdGuard VPN — free & secure proxy for Chrome

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

什么是AdGuard VPN — free & secure proxy for Chrome?

AdGuard VPN — free & secure proxy for Chrome是由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
screenshot
screenshot
screenshot
screenshot

下载AdGuard VPN — free & secure proxy for Chrome扩展crx文件

下载AdGuard VPN — free & secure proxy for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        AdGuard VPN — the best free solution for your online security from the creators of a famous ad blocker. For more than 12 years AdGuard ad blocker has been protecting its users from annoying ads and spying trackers. Today, over 30 million people worldwide trust AdGuard with their privacy, so we added the brand new tool to even further strengthen their cyber security — AdGuard VPN, a fast and private proxy.

With our private proxy you can conceal your real location, hide IP address and the websites you visit from everyone (including your ISP) and ensure anonymous browsing on the web. AdGuard VPN securely encrypts your traffic, making it inaccessible to third-party observers on the Internet. 

Complementary to all the features any modern VPN is armed with, AdGuard VPN has something more to offer — it’s integrated with other AdGuard products and provides protection from tracking and malware. Our vpn service also has a unique protocol — a perfect blend of speed and security, so you get a faster internet connection and a great privacy protection. 

There are two more great features of AdGuard VPN! The first one to mention is an opportunity to choose a DNS server from a wide list of known DNS providers. Second, an easy way to manage on which sites AdGuard VPN should work and on which it should not, with the help of Exclusions lists. Join us and surf safely with AdGuard VPN — fast vpn & secure private proxy!

More on why you need AdGuard VPN:
-Advanced Privacy Protection
-Fastest Locations
-Speed & Unlimited Traffic
-No Logging Policy

Why does AdGuard VPN proxy require permissions?

Here is detailed information on the permissions our vpn needs. We are always transparent to users about what we use and why we need it.
- `proxy` - This is what the extension does.
- `contextMenus` - We use this to add a context menu items that allow enabling or disabling the VPN.
- `management` - We use this to provide an option to turn off another proxy-extension in one click.
- `notifications` - We use this to show a notification after a successful user authentication via social networks.
- `privacy` - We use this to provide the “Disable WebRTC” feature which is crucial to prevent websites from detecting user’s real IP address.
- `storage`, `unlimitedStorage`- These permissions are required in order to store user settings
- `WebRequest`, `webRequestBlocking`- We use these for two purposes. First, we have a webRequest listener that is listening for error events. We use it to detect non-routable (hosted in the LAN, for instance) domains and automatically add them to the list of exclusions. Also, we have an onAuthRequired handler that handles authentication for the endpoints that require it.
- `` is necessary because otherwise onAuthRequired won’t fire. Also, this is necessary for the non-routable domains detection feature.

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 — free & secure proxy for Chrome AdGuard VPN — free & secure proxy for Chrome
ID hhdobjgopfphlmjbmnpglhfcgppchgje
官方URL https://chromewebstore.google.com/detail/adguard-vpn-%E2%80%94-free-secure/hhdobjgopfphlmjbmnpglhfcgppchgje
简介 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
安装次数 304,648
当前版本 2.2.9
更新时间 2024-02-14
上架时间 2020-06-30
评分 4.46/5 共2011次评分
开发者 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": [
        ""
    ]
}