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 - это расширение Chrome, разработанное https://adguard-vpn.com, и его основная функция - "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

Скачать файл CRX расширения AdGuard VPN — free & secure proxy for Chrome

Скачайте файлы расширений 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": [
        ""
    ]
}