ChillGlobal VPN/PROXY - Access Any Website!!

Unlock the world

什么是ChillGlobal VPN/PROXY - Access Any Website!!?

ChillGlobal VPN/PROXY - Access Any Website!!是由https://chillglobal.com开发的Chrome扩展程序,该扩展的主要功能是“Unlock the world”。

扩展截图

screenshot
screenshot

下载ChillGlobal VPN/PROXY - Access Any Website!!扩展crx文件

下载ChillGlobal VPN/PROXY - Access Any Website!!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 ChillGlobal VPN/PROXY - Access Any Website!! ChillGlobal VPN/PROXY - Access Any Website!!
ID jbhnemdhjjeheieakekfknnficfdcbbn
官方URL https://chromewebstore.google.com/detail/chillglobal-vpnproxy-acce/jbhnemdhjjeheieakekfknnficfdcbbn
简介 Unlock the world
文件大小 285 KB
安装次数 9,589
当前版本 1.1.1
更新时间 2023-04-27
上架时间 2020-01-26
评分 3.22/5 共41次评分
开发者 https://chillglobal.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://chillglobal.com
帮助页面URL http://www.chillglobal.com/faqs.php
隐私政策页面URL http://www.chillglobal.com/terms-conditions.php
支持的语言 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"
        ]
    }
}