Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

Vad är Metacritic on Xbox Game Pass?

Metacritic on Xbox Game Pass är en Chrome-tillägg utvecklad av ynizon, och dess huvudfunktion är "Show meta critic notes on Xbox game Pass website".

Tilläggsskärmbilder

screenshot

Ladda ner Metacritic on Xbox Game Pass-förlängningens CRX-fil

Ladda ner Metacritic on Xbox Game Pass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
Officiell webbadress https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Beskrivning Show meta critic notes on Xbox game Pass website
Filstorlek 1.56 MB
Antal Installationer 41
Aktuell Version 1.0
Senast Uppdaterad 2023-12-12
Publiceringsdatum 2023-12-12
Utvecklare ynizon
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://google.gameandme.fr/privacy.php
Stödda Språk 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"
    }
}