ChillGlobal VPN/PROXY - Access Any Website!!

Unlock the world

What is ChillGlobal VPN/PROXY - Access Any Website!!?

ChillGlobal VPN/PROXY - Access Any Website!! is a Chrome extension developed by https://chillglobal.com, and its main feature is "Unlock the world".

Extension Screenshots

screenshot
screenshot

Download ChillGlobal VPN/PROXY - Access Any Website!! Extension CRX File

Download ChillGlobal VPN/PROXY - Access Any Website!! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ChillGlobal VPN/PROXY - Access Any Website!! ChillGlobal VPN/PROXY - Access Any Website!!
ID jbhnemdhjjeheieakekfknnficfdcbbn
Official URL https://chromewebstore.google.com/detail/chillglobal-vpnproxy-acce/jbhnemdhjjeheieakekfknnficfdcbbn
Description Unlock the world
File Size 285 KB
Installation Count 9,589
Current Version 1.1.1
Last Updated 2023-04-27
Publish Date 2020-01-26
Rating 3.22/5 Total 41 Ratings
Developer https://chillglobal.com
Email [email protected]
Payment Type in_app
Extension Website http://chillglobal.com
Help Page URL http://www.chillglobal.com/faqs.php
Privacy Policy Page URL http://www.chillglobal.com/terms-conditions.php
Supported Languages 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"
        ]
    }
}