Metacritic on Xbox Game Pass
Show meta critic notes on Xbox game Pass website
Was ist Metacritic on Xbox Game Pass?
Metacritic on Xbox Game Pass ist eine Chrome-Erweiterung, die von ynizon entwickelt wurde, und ihr Hauptmerkmal ist "Show meta critic notes on Xbox game Pass website".
Erweiterungsscreenshots
Metacritic on Xbox Game Pass-Erweiterungs-CRX-Datei herunterladen
Laden Sie Metacritic on Xbox Game Pass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Metacritic on Xbox Game Pass |
ID | cgcpifhkdgmmnakbcgaaehabalijaddp |
Offizielle URL | https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp |
Beschreibung | Show meta critic notes on Xbox game Pass website |
Dateigröße | 1.56 MB |
Installationsanzahl | 41 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-12-12 |
Veröffentlichungsdatum | 2023-12-12 |
Entwickler | ynizon |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://google.gameandme.fr/privacy.php |
Unterstützte Sprachen | 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" } } |