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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChillGlobal VPN/PROXY - Access Any Website!!
Λήψη αρχείων επέκτασης 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!! |
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" ] } } |