Global VPN

Amazing vpn browser extension

Co to jest Global VPN?

Global VPN to rozszerzenie Chrome opracowane przez arcarngel27, a jego główną funkcją jest „Amazing vpn browser extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Global VPN

Pobierz pliki rozszerzeń Global 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

                        Global Vpn is an amazing vpn product, with a free version or a one time payment of 1.97 (only about 8 cents a month for two years, better deal for longer! We are the best vpn browser extension proxy with your privacy and peace of mind covered.

GlobalVPN is the best paid browser extension proxy VPN, proudly made in America. We love our users and are always looking for a way to improve and expand our products.
Our product has fast high network priority countries, and can be used for privacy, unblocking sites, or getting an alias country for sites like Netflix legally. 

Using our VPN can save you a lot of trouble and provide privacy on the web, for an easy, cheap one time payment that is completely worth it.

VPN's divert traffic from your computer to our server routing it to unblock sites (•ㅅ•) to free yourself from censorship ( ͡° ͜ʖ ͡°)╭∩╮ and giving yourself privacy (☞ ͡° ͜ʖ ͡°)☞ and freedom of mind ᕦ( ͡͡~͜ʖ ͡° )ᕤ from censors and firewalls, with servers in 25+ countries from Budapest to Tokyo!

Global vpn:
Is fast! (▀̿ĺ̯▀̿ ̿)ᕗ
Has 25+ locations around the world! ( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°)
Is made in the USA ( ͡~ ͜ʖ ͡° )
We ♥ our customers. Really ( ͡♥ ͜ʖ ͡♥)

How much more could you ask for? ᕕ( ՞ ᗜ ՞ )ᕗ

Created by a few 13-14 year olds in the USA. ( ͡° ͜ʖ ͡°)

Contact [email protected] to get information or discuss buying this extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Global VPN Global VPN
ID ampjipddppeonoeecbopdldjfmidehkh
Oficjalny URL https://chrome.google.com/webstore/detail/global-vpn/ampjipddppeonoeecbopdldjfmidehkh
Opis Amazing vpn browser extension
Rozmiar pliku 578 KB
Liczba instalacji 2,316
Aktualna Wersja 27.0
Ostatnia Aktualizacja 2021-12-22
Data Publikacji 2021-12-22
Ocena 2.80/5 Łącznie 5 Oceny
Deweloper arcarngel27
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.arcweb.ga
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/dc0cc8c5-a396-4f37-b50d-6c257d2c8ef6
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Global VPN",
    "version": "27.0",
    "description": "Amazing vpn browser extension",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "proxy"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                ".\/src\/fix.css"
            ],
            "js": [
                ".\/src\/content-script.js",
                ".\/src\/options\/content_script.js",
                ".\/src\/bgcs.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            ".\/src\/blocked_domains.js",
            ".\/src\/background.js",
            ".\/src\/vpn.js",
            ".\/src\/ui.js",
            ".\/src\/options\/options.js",
            ".\/src\/options\/background.js",
            ".\/src\/options\/scripts.js",
            ".\/src\/payments.js",
            ".\/src\/install.js",
            ".\/src\/bgcs.js"
        ]
    },
    "browser_action": {
        "default_title": "FreeVPN Global",
        "default_icon": "icons\/16.png",
        "default_popup": ".\/src\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+F"
            }
        }
    },
    "manifest_version": 2
}