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
Eメール [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": [
        ""
    ]
}