AdGuard VPN Beta

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

Τι είναι το AdGuard VPN Beta;

Το AdGuard VPN Beta είναι ένα πρόσθετο 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

Λήψη αρχείου CRX της επέκτασης AdGuard VPN Beta

Λήψη αρχείων επέκτασης AdGuard VPN Beta σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        AdGuard VPN Browser Extension beta version.

Please be cautious, this is a beta version, so it may contain all kind of bugs!

If you encounter any issue, please report it to us here: 
https://github.com/AdguardTeam/AdGuardVPNExtension/issues/new

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 Beta AdGuard VPN Beta
ID kfjjacionkafnmnjhdghdfoinihnijgn
Επίσημο URL https://chromewebstore.google.com/detail/adguard-vpn-beta/kfjjacionkafnmnjhdghdfoinihnijgn
Περιγραφή 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
Αριθμός Εγκαταστάσεων 3,194
Τρέχουσα Έκδοση 2.2.9
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2020-12-07
Αξιολόγηση 4.32/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής 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": [
        ""
    ]
}