Metacritic on Xbox Game Pass
Show meta critic notes on Xbox game Pass website
Cos'è Metacritic on Xbox Game Pass?
Metacritic on Xbox Game Pass è un'estensione di Chrome sviluppata da ynizon, e la sua funzione principale è "Show meta critic notes on Xbox game Pass website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Metacritic on Xbox Game Pass
Scarica i file di estensione Metacritic on Xbox Game Pass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Add notes from metacritics website when you are looking games in Xbox Game Pass. For the moment (v1), you need to click on the Xbox button on the plugin toolbar. Source available here: https://github.com/ynizon/xboxmetacritic
Informazioni di Base sull'Estensione
Nome | Metacritic on Xbox Game Pass |
ID | cgcpifhkdgmmnakbcgaaehabalijaddp |
URL Ufficiale | https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp |
Descrizione | Show meta critic notes on Xbox game Pass website |
Dimensione del File | 1.56 MB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-12-12 |
Data di Pubblicazione | 2023-12-12 |
Sviluppatore | ynizon |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://google.gameandme.fr/privacy.php |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Metacritic on Xbox Game Pass", "version": "1.0", "author": "Yohann Nizon", "description": "Show meta critic notes on Xbox game Pass website", "permissions": [], "host_permissions": [ "https:\/\/www.metacritic.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.xbox.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "Show meta critic notes on Xbox game Pass website (https:\/\/www.xbox.com\/)." }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |