Global VPN

Amazing vpn browser extension

Global VPN là gì?

Global VPN là một tiện ích mở rộng Chrome được phát triển bởi arcarngel27, và tính năng chính của nó là "Amazing vpn browser extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Global VPN

Tải xuống các tệp mở rộng Global VPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Global VPN Global VPN
ID ampjipddppeonoeecbopdldjfmidehkh
URL Chính Thức https://chrome.google.com/webstore/detail/global-vpn/ampjipddppeonoeecbopdldjfmidehkh
Mô tả Amazing vpn browser extension
Kích Thước Tệp 578 KB
Số Lần Cài Đặt 2,316
Phiên Bản Hiện Tại 27.0
Cập Nhật Lần Cuối 2021-12-22
Ngày Phát Hành 2021-12-22
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển arcarngel27
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.arcweb.ga
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/dc0cc8c5-a396-4f37-b50d-6c257d2c8ef6
Ngôn Ngữ Được Hỗ Trợ 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
}