Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

什么是Metacritic on Xbox Game Pass?

Metacritic on Xbox Game Pass是由ynizon开发的Chrome扩展程序,该扩展的主要功能是“Show meta critic notes on Xbox game Pass website”。

扩展截图

screenshot

下载Metacritic on Xbox Game Pass扩展crx文件

下载Metacritic on Xbox Game Pass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
官方URL https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
简介 Show meta critic notes on Xbox game Pass website
文件大小 1.56 MB
安装次数 41
当前版本 1.0
更新时间 2023-12-12
上架时间 2023-12-12
开发者 ynizon
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://google.gameandme.fr/privacy.php
支持的语言 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"
    }
}