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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}