ChillGlobal VPN/PROXY - Access Any Website!!
Unlock the world
ChillGlobal VPN/PROXY - Access Any Website!! क्या है?
ChillGlobal VPN/PROXY - Access Any Website!! https://chillglobal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlock the world"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChillGlobal VPN/PROXY - Access Any Website!! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!! |
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" ] } } |