Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

What is Metacritic on Xbox Game Pass?

Metacritic on Xbox Game Pass is a Chrome extension developed by ynizon, and its main feature is "Show meta critic notes on Xbox game Pass website".

Extension Screenshots

screenshot

Download Metacritic on Xbox Game Pass Extension CRX File

Download Metacritic on Xbox Game Pass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
Official URL https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Description Show meta critic notes on Xbox game Pass website
File Size 1.56 MB
Installation Count 41
Current Version 1.0
Last Updated 2023-12-12
Publish Date 2023-12-12
Developer ynizon
Email [email protected]
Payment Type free
Privacy Policy Page URL https://google.gameandme.fr/privacy.php
Supported Languages 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"
    }
}