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.

Cos'è AdGuard VPN — free & secure proxy for Chrome?

AdGuard VPN — free & secure proxy for Chrome è un'estensione di Chrome sviluppata da https://adguard-vpn.com, e la sua funzione principale è "Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AdGuard VPN — free & secure proxy for Chrome

Scarica i file di estensione AdGuard VPN — free & secure proxy for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AdGuard VPN — free & secure proxy for Chrome AdGuard VPN — free & secure proxy for Chrome
ID hhdobjgopfphlmjbmnpglhfcgppchgje
URL Ufficiale https://chromewebstore.google.com/detail/adguard-vpn-%E2%80%94-free-secure/hhdobjgopfphlmjbmnpglhfcgppchgje
Descrizione Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.
Dimensione del File 4.97 MB
Conteggio Installazioni 304,648
Versione Corrente 2.2.9
Ultimo Aggiornamento 2024-02-14
Data di Pubblicazione 2020-06-30
Valutazione 4.46/5 Totale 2011 Valutazioni
Sviluppatore https://adguard-vpn.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://adguard-vpn.com
URL della Pagina di Aiuto https://adguard-vpn.com
URL della Pagina della Politica sulla Privacy https://adguard.com/privacy.html
Lingue Supportate 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": [
        ""
    ]
}