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.

¿Qué es AdGuard VPN — free & secure proxy for Chrome?

AdGuard VPN — free & secure proxy for Chrome es una extensión de Chrome desarrollada por https://adguard-vpn.com, y su función principal es "Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AdGuard VPN — free & secure proxy for Chrome

Descarga archivos de extensión AdGuard VPN — free & secure proxy for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre AdGuard VPN — free & secure proxy for Chrome AdGuard VPN — free & secure proxy for Chrome
ID hhdobjgopfphlmjbmnpglhfcgppchgje
URL Oficial https://chromewebstore.google.com/detail/adguard-vpn-%E2%80%94-free-secure/hhdobjgopfphlmjbmnpglhfcgppchgje
Descripción Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.
Tamaño del Archivo 4.97 MB
Cantidad de Instalaciones 304,648
Versión Actual 2.2.9
Última Actualización 2024-02-14
Fecha de Publicación 2020-06-30
Calificación 4.46/5 Total de 2011 Calificaciones
Desarrollador https://adguard-vpn.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://adguard-vpn.com
URL de la Página de Ayuda https://adguard-vpn.com
URL de la Página de Política de Privacidad https://adguard.com/privacy.html
Idiomas Soportados 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": [
        ""
    ]
}