Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

Qu'est-ce que Metacritic on Xbox Game Pass ?

Metacritic on Xbox Game Pass est une extension Chrome développée par ynizon, et sa fonction principale est "Show meta critic notes on Xbox game Pass website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Metacritic on Xbox Game Pass

Téléchargez les fichiers d'extension Metacritic on Xbox Game Pass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
URL Officiel https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Description Show meta critic notes on Xbox game Pass website
Taille du Fichier 1.56 MB
Nombre d'Installations 41
Version Actuelle 1.0
Dernière Mise à Jour 2023-12-12
Date de Publication 2023-12-12
Développeur ynizon
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://google.gameandme.fr/privacy.php
Langues Prises en Charge 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"
    }
}