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
官方網址 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"
    }
}