Global VPN

Amazing vpn browser extension

Wat is Global VPN?

Global VPN is een Chrome-extensie ontwikkeld door arcarngel27, en de belangrijkste functie is "Amazing vpn browser extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Global VPN

Download Global VPN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Global VPN Global VPN
ID ampjipddppeonoeecbopdldjfmidehkh
Officiële URL https://chrome.google.com/webstore/detail/global-vpn/ampjipddppeonoeecbopdldjfmidehkh
Beschrijving Amazing vpn browser extension
Bestandsgrootte 578 KB
Aantal Installaties 2,316
Huidige Versie 27.0
Laatst Bijgewerkt 2021-12-22
Publicatiedatum 2021-12-22
Beoordeling 2.80/5 Totaal 5 Beoordelingen
Ontwikkelaar arcarngel27
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.arcweb.ga
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/dc0cc8c5-a396-4f37-b50d-6c257d2c8ef6
Ondersteunde Talen 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
}