VPN Master

Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with VPN Master!

Τι είναι το VPN Master;

Το VPN Master είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον phamhutkerquan, και η κύρια λειτουργία του είναι "Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with VPN Master!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

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

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

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

                        Bypass any website that has been blocked by your government, school or company with just single click. VPN Proxy Master comes with UNLIMITED bandwidth and it is completely FREE for everyone! 

Secure your browser activity with military grade encryption while using public wifi hotspots, company network or school network. VPN Proxy Master offers high degree Wi-Fi security and online privacy.

With over 100 servers spread all over the globe, VPN Proxy Master lets you access any content that is not available in your country, company or at your school. Simply change your location, encrypt your connection and change your IP address.

No technical knowledge required! No registration! No additional settings! Just download the extension and change your location with just one click.

VPN Proxy Master easiest way to setup a VPN server!

VPN Proxy Maste comes with:
- UNLIMITED and 100% Free VPN server
- No bandwidth or speed limitations.
- 4096 bit military grade encryption

If you have any questions and suggestions, feel free and contact us at [email protected] for more information.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VPN Master VPN Master
ID iniomamdnhnbknmlbcjpaagfoelmlafg
Επίσημο URL https://chrome.google.com/webstore/detail/vpn-master/iniomamdnhnbknmlbcjpaagfoelmlafg
Περιγραφή Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with VPN Master!
Μέγεθος Αρχείου 2.84 MB
Αριθμός Εγκαταστάσεων 100,000
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2022-10-16
Ημερομηνία Δημοσίευσης 2019-11-16
Αξιολόγηση 4.02/5 Συνολικά 378 Αξιολογήσεις
Προγραμματιστής phamhutkerquan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://master-vpn.net/privacy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/assets\/icons\/status\/unavailable.png",
            "38": "static\/assets\/icons\/status\/unavailable.png"
        },
        "default_popup": "panel\/index.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "css": [
                "insertion\/insertion.css"
            ],
            "js": [
                "insertion\/insertion.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "static\/assets\/icons\/logo\/128.png",
        "16": "static\/assets\/icons\/logo\/16.png",
        "48": "static\/assets\/icons\/logo\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "privacy"
    ],
    "short_name": "__MSG_shortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "web_accessible_resources": [
        "static\/assets\/*",
        "static\/assets\/fonts\/*"
    ]
}