Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

Wat is Metacritic on Xbox Game Pass?

Metacritic on Xbox Game Pass is een Chrome-extensie ontwikkeld door ynizon, en de belangrijkste functie is "Show meta critic notes on Xbox game Pass website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Metacritic on Xbox Game Pass

Download Metacritic on Xbox Game Pass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
Officiële URL https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Beschrijving Show meta critic notes on Xbox game Pass website
Bestandsgrootte 1.56 MB
Aantal Installaties 41
Huidige Versie 1.0
Laatst Bijgewerkt 2023-12-12
Publicatiedatum 2023-12-12
Ontwikkelaar ynizon
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://google.gameandme.fr/privacy.php
Ondersteunde Talen 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"
    }
}