Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

Hvad er Metacritic on Xbox Game Pass?

Metacritic on Xbox Game Pass er en Chrome-udvidelse udviklet af ynizon, og dens hovedfunktion er "Show meta critic notes on Xbox game Pass website".

Udvidelsesskærmbilleder

screenshot

Download Metacritic on Xbox Game Pass-udvidelses-CRX-fil

Download Metacritic on Xbox Game Pass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
Officiel URL https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Beskrivelse Show meta critic notes on Xbox game Pass website
Filstørrelse 1.56 MB
Antal Installationer 41
Nuværende Version 1.0
Senest Opdateret 2023-12-12
Udgivelsesdato 2023-12-12
Udvikler ynizon
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://google.gameandme.fr/privacy.php
Understøttede Sprog 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"
    }
}