Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

O que é Metacritic on Xbox Game Pass?

Metacritic on Xbox Game Pass é uma extensão do Chrome desenvolvida por ynizon, e sua principal característica é "Show meta critic notes on Xbox game Pass website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Metacritic on Xbox Game Pass

Baixe arquivos de extensão Metacritic on Xbox Game Pass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
URL Oficial https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Descrição Show meta critic notes on Xbox game Pass website
Tamanho do Arquivo 1.56 MB
Contagem de Instalações 41
Versão Atual 1.0
Última Atualização 2023-12-12
Data de Publicação 2023-12-12
Desenvolvedor ynizon
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://google.gameandme.fr/privacy.php
Idiomas Suportados 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"
    }
}