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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | jbhnemdhjjeheieakekfknnficfdcbbn |
| 官方網址 | 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"
]
}
} | |