Global VPN

Amazing vpn browser extension

ما هو Global VPN؟

Global VPN هو إضافة Chrome تم تطويرها بواسطة arcarngel27، والميزة الرئيسية لها هي "Amazing vpn browser extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Global VPN

قم بتنزيل ملفات الامتداد Global VPN بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Global VPN Global VPN
ID ampjipddppeonoeecbopdldjfmidehkh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/global-vpn/ampjipddppeonoeecbopdldjfmidehkh
الوصف Amazing vpn browser extension
حجم الملف 578 KB
عدد التثبيتات 2,316
النسخة الحالية 27.0
آخر تحديث 2021-12-22
تاريخ النشر 2021-12-22
تقييم 2.80/5 مجموع تقييمات 5
المطور arcarngel27
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.arcweb.ga
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/dc0cc8c5-a396-4f37-b50d-6c257d2c8ef6
اللغات المدعومة 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
}