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
Eメール [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"
    }
}