ChillGlobal VPN/PROXY - Access Any Website!!

Unlock the world

ChillGlobal VPN/PROXY - Access Any Website!! là gì?

ChillGlobal VPN/PROXY - Access Any Website!! là một tiện ích mở rộng Chrome được phát triển bởi https://chillglobal.com, và tính năng chính của nó là "Unlock the world".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChillGlobal VPN/PROXY - Access Any Website!!

Tải xuống các tệp mở rộng ChillGlobal VPN/PROXY - Access Any Website!! 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

                        ChillGlobal is a smart plugin for your web browser that allows you to browse the internet without geographical restrictions.

Get access to hundreds of TV channels, social media, e-commerce and travel sites. Our service works perfectly with all major services!

ChillGlobal is free 20h/month. If you like to use the service more the price is from 1.50 Euro for 3 days or 4.90 Euro/monthly.

Happy ChillGlobal                    

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

Tên ChillGlobal VPN/PROXY - Access Any Website!! ChillGlobal VPN/PROXY - Access Any Website!!
ID jbhnemdhjjeheieakekfknnficfdcbbn
URL Chính Thức https://chromewebstore.google.com/detail/chillglobal-vpnproxy-acce/jbhnemdhjjeheieakekfknnficfdcbbn
Mô tả Unlock the world
Kích Thước Tệp 285 KB
Số Lần Cài Đặt 9,589
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2020-01-26
Đánh Giá 3.22/5 Tổng số 41 Đánh Giá
Nhà Phát Triển https://chillglobal.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://chillglobal.com
URL Trang Trợ Giúp http://www.chillglobal.com/faqs.php
URL Trang Chính Sách Bảo Mật http://www.chillglobal.com/terms-conditions.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "design\/skin\/icon16.png",
        "48": "design\/skin\/icon48.png",
        "128": "design\/skin\/icon128.png"
    },
    "browser_action": {
        "default_icon": "design\/skin\/icon24.png",
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chillglobal.com\/*",
                "*:\/\/*.chillglobal.com\/*"
            ],
            "js": [
                "js\/contentscript\/premiumlistener.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/external\/jquery-2.0.3.min.js",
            "js\/configuration.js",
            "js\/events.js",
            "js\/network\/thrift.js",
            "js\/network\/ClientService.js",
            "js\/network\/client_types.js",
            "js\/network.js",
            "js\/models\/identities.js",
            "js\/models\/freetime.js",
            "js\/models\/options.js",
            "js\/models\/messages.js",
            "js\/models\/globalStorage.js",
            "js\/premium.js",
            "js\/app.js"
        ]
    }
}