Metacritic on Xbox Game Pass

Show meta critic notes on Xbox game Pass website

ما هو Metacritic on Xbox Game Pass؟

Metacritic on Xbox Game Pass هو إضافة Chrome تم تطويرها بواسطة ynizon، والميزة الرئيسية لها هي "Show meta critic notes on Xbox game Pass website".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Metacritic on Xbox Game Pass

قم بتنزيل ملفات الامتداد Metacritic on Xbox Game Pass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}