Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

Metacritic on Xbox Game Pass là gì?

Metacritic on Xbox Game Pass là một tiện ích mở rộng Chrome được phát triển bởi ynizon, và tính năng chính của nó là "Show meta critic notes on Xbox game Pass website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Metacritic on Xbox Game Pass

Tải xuống các tệp mở rộng Metacritic on Xbox Game Pass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Metacritic on Xbox Game Pass Metacritic on Xbox Game Pass
ID cgcpifhkdgmmnakbcgaaehabalijaddp
URL Chính Thức https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp
Mô tả Show meta critic notes on Xbox game Pass website
Kích Thước Tệp 1.56 MB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-12-12
Ngày Phát Hành 2023-12-12
Nhà Phát Triển ynizon
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://google.gameandme.fr/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}