ChillGlobal VPN/PROXY - Access Any Website!!

Unlock the world

ما هو ChillGlobal VPN/PROXY - Access Any Website!!؟

ChillGlobal VPN/PROXY - Access Any Website!! هو إضافة Chrome تم تطويرها بواسطة https://chillglobal.com، والميزة الرئيسية لها هي "Unlock the world".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ChillGlobal VPN/PROXY - Access Any Website!!

قم بتنزيل ملفات الامتداد ChillGlobal VPN/PROXY - Access Any Website!! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://www.chillglobal.com/faqs.php
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}