GameEnable - Designed for Stadia™ & xCloud™
A VPN designed specifically for Stadia™ xCloud™ and GeforeNow™. Fast, secured with 0 latency overhead when using the VPN.
Τι είναι το GameEnable - Designed for Stadia™ & xCloud™;
Το GameEnable - Designed for Stadia™ & xCloud™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gameenable.com, και η κύρια λειτουργία του είναι "A VPN designed specifically for Stadia™ xCloud™ and GeforeNow™. Fast, secured with 0 latency overhead when using the VPN.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GameEnable - Designed for Stadia™ & xCloud™
Λήψη αρχείων επέκτασης GameEnable - Designed for Stadia™ & xCloud™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
GameEnable allows users to play games in Stadia from everywhere in the world. A VPN application designed specifically for gaming. Fast, secured with 0 latency overhead when streaming VPN for Stadia. Allowing Stadia to run from unsupported countries without compromising performance or security.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GameEnable - Designed for Stadia™ & xCloud™ |
ID | nbokdicbgbjogapngakgpbfgalomlnik |
Επίσημο URL | https://chromewebstore.google.com/detail/gameenable-designed-for-s/nbokdicbgbjogapngakgpbfgalomlnik |
Περιγραφή | A VPN designed specifically for Stadia™ xCloud™ and GeforeNow™. Fast, secured with 0 latency overhead when using the VPN. |
Μέγεθος Αρχείου | 194 KB |
Αριθμός Εγκαταστάσεων | 1,939 |
Τρέχουσα Έκδοση | 1.0.155 |
Τελευταία Ενημέρωση | 2021-10-10 |
Ημερομηνία Δημοσίευσης | 2020-10-13 |
Αξιολόγηση | 3.58/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | https://gameenable.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gameenable.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://discord.gg/V6fv3Nx |
URL της Σελίδας Πολιτικής Απορρήτου | https://gameenable.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GameEnable - Designed for Stadia\u2122 & xCloud\u2122", "description": "A VPN designed specifically for Stadia\u2122 xCloud\u2122 and GeforeNow\u2122. Fast, secured with 0 latency overhead when using the VPN.", "version": "1.0.155", "permissions": [ "proxy", "webRequest", "webRequestBlocking", "tabs", "*:\/\/gameenable.com\/*", "*:\/\/stadia.google.com\/*", "*:\/\/play.geforcenow.com\/*", "*:\/\/www.xbox.com\/*", "*:\/\/xgpuweb.gssv-play-prod.xboxlive.com\/*", "*:\/\/prod.cloudmatchbeta.nvidiagrid.net\/*", "*:\/\/static-login.nvidia.com\/*", "*:\/\/layouts.nvidiagrid.net\/*" ], "browser_action": { "default_title": "GameEnable", "default_popup": "ui\/index\/index.html", "default_icon": "resources\/icon16.png" }, "externally_connectable": { "matches": [ "*:\/\/gameenable.com\/*" ] }, "web_accessible_resources": [ "ui\/alerts\/all\/notConnected\/index.html", "ui\/alerts\/all\/proxyAPINotAvailable\/index.html", "ui\/alerts\/all\/accountUsed\/index.html", "ui\/alerts\/all\/setupNotCompleted\/index.html", "ui\/alerts\/stadia\/accountLocked\/index.html", "ui\/alerts\/stadia\/recommendedSettings\/index.html" ], "content_scripts": [ { "matches": [ "*:\/\/stadia.google.com\/*", "*:\/\/play.geforcenow.com\/*", "*:\/\/www.xbox.com\/*", "*:\/\/prod.cloudmatchbeta.nvidiagrid.net\/*", "*:\/\/static-login.nvidia.com\/*", "*:\/\/layouts.nvidiagrid.net\/*" ], "run_at": "document_start", "js": [ "injected\/serviceWorkerBlocker\/index.js" ] }, { "matches": [ "*:\/\/stadia.google.com\/*", "*:\/\/play.geforcenow.com\/*", "*:\/\/www.xbox.com\/*", "*:\/\/prod.cloudmatchbeta.nvidiagrid.net\/*", "*:\/\/static-login.nvidia.com\/*", "*:\/\/layouts.nvidiagrid.net\/*" ], "js": [ "injected\/topFrameOnly.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/stadia.google.com\/*" ], "js": [ "injected\/stadia\/index.js", "injected\/stadia\/enhanced.js" ] }, { "run_at": "document_start", "matches": [ "*:\/\/www.xbox.com\/*" ], "js": [ "injected\/xcloud\/index.js" ] } ], "icons": { "16": "resources\/icon16.png", "26": "resources\/icon26.png", "32": "resources\/icon32.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "background": { "scripts": [ "config.js", "utils\/asyncExecuteScript.js", "background\/authentication.js", "background\/app.js", "background\/regionFinder.js", "background\/proxy.js", "background\/lifecycle.js", "background\/index.js" ] } } |