Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

Co je Metacritic on Xbox Game Pass?

Metacritic on Xbox Game Pass je rozšíření Chrome vyvinuté ynizon, a jeho hlavní funkcí je „Show meta critic notes on Xbox game Pass website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Metacritic on Xbox Game Pass

Stáhněte si soubory rozšíření Metacritic on Xbox Game Pass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
Oficiální URL https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Popis Show meta critic notes on Xbox game Pass website
Velikost souboru 1.56 MB
Počet instalací 41
Aktuální Verze 1.0
Poslední Aktualizace 2023-12-12
Datum Vydání 2023-12-12
Vývojář ynizon
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://google.gameandme.fr/privacy.php
Podporované Jazyky 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"
    }
}