VPNMARK Free VPN

Connect to the world with our VPN

Co to jest VPNMARK Free VPN?

VPNMARK Free VPN to rozszerzenie Chrome opracowane przez AllWall, a jego główną funkcją jest „Connect to the world with our VPN”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VPNMARK Free VPN

Pobierz pliki rozszerzeń VPNMARK Free VPN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Now you can unblock any website you want, and you can stay secure with VpnMark. Connect to our fast VPN extension for chrome by one click. get unlimited bandwidth, fast connection speeds and to protect your online activities for free.   
Are you facing some problems to access some websites, or you are worried about unprotected Wi-Fi hotspots? Do you want to be protected from surveillance? Get the free VPN extension for chrome today!

VpnMark – Free VPN For Chrome is the best choice for private browsing.

Now Surf the web freely, securely & anonymously without any restrictions with VpnMark – Free VPN For Chrome.

Highlights of VpnMark – Free VPN For Chrome – the secure VPN for your Google Chrome browser:

✓ Free VPN: 100% free. No credit card information needed.
✓ Unlimited VPN: Truly unlimited, speed or bandwidth limitations.
✓ Simple: With just one touch of the “Connect” button unblock websites and access the world
✓ Secure VPN:  With our strong SSL encryption this VPN will make you anonymous and secure.

Why VpnMark?

★ VpnMark is 100% free, unlimited, secured and it is super easy to use. You have the freedom to connect to any of the servers to enjoy unlimited online privacy and freedom without any restriction. With Touch VPN you can 

★ Access any website you want in any country. Get access to that sites easily which are blocked or censored by government, school or workplace. Evade firewalls to unblock your favorite sites like Facebook, YouTube, and circumvent VOIP limitations.  VpnMark unblocks it all for you with its free VPN chrome extension

★ Protect Your personal data from Hackers. When you get connected to a public Wi-Fi Hotspot, your name, passwords, and personal information can be easily hack by hackers. VpnMark encrypts your data so that no one can steal your personal data and provides you with banking-level security.

★ VpnMark is a one-click VPN Proxy Service. VpnMark has only one button. By clicking on connects button it will connect you to one of many anonymous servers with speed. Our VPN is completely free and unlimited.

► VpnMark features:
■ Unlimited bandwidth - Get unthrottled access to our fast VPN servers.
■ Unlimited traffic - Send and receive a lot of data.
■ Unlimited time - Now you can stay connected all the time.

► Why do I need a free VPN?
■ To keep your browsing activity private and anonymous.
■ Protect yourself from hackers when connected to public WiFi Hotspot.
■ Secure your connection and access content from website.

Thank you to our users who love us and who support us.                    

Podstawowe informacje o rozszerzeniu

Nazwa VPNMARK Free VPN VPNMARK Free VPN
ID ffmanidhokedebjaopjkgclofpldkjnf
Oficjalny URL https://chrome.google.com/webstore/detail/vpnmark-free-vpn/ffmanidhokedebjaopjkgclofpldkjnf
Opis Connect to the world with our VPN
Rozmiar pliku 566 KB
Liczba instalacji 343
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-02-19
Data Publikacji 2021-05-18
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper AllWall
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://yello8.com/apps/volume.html
Obsługiwane Języki 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "VPNMARK Free VPN",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/disabled16.png",
            "48": "icons\/disabled48.png",
            "128": "icons\/disabled128.png",
            "300": "icons\/disabled300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "proxy",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "__MSG_extName__",
    "version": "1.6",
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}