Global VPN

Amazing vpn browser extension

¿Qué es Global VPN?

Global VPN es una extensión de Chrome desarrollada por arcarngel27, y su función principal es "Amazing vpn browser extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Global VPN

Descarga archivos de extensión Global VPN en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Global VPN Global VPN
ID ampjipddppeonoeecbopdldjfmidehkh
URL Oficial https://chrome.google.com/webstore/detail/global-vpn/ampjipddppeonoeecbopdldjfmidehkh
Descripción Amazing vpn browser extension
Tamaño del Archivo 578 KB
Cantidad de Instalaciones 2,316
Versión Actual 27.0
Última Actualización 2021-12-22
Fecha de Publicación 2021-12-22
Calificación 2.80/5 Total de 5 Calificaciones
Desarrollador arcarngel27
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.arcweb.ga
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/dc0cc8c5-a396-4f37-b50d-6c257d2c8ef6
Idiomas Soportados 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
}