included-with-xbox-game-pass

A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.

ما هو included-with-xbox-game-pass؟

included-with-xbox-game-pass هو إضافة Chrome تم تطويرها بواسطة gabin.aureche، والميزة الرئيسية لها هي "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة included-with-xbox-game-pass

قم بتنزيل ملفات الامتداد included-with-xbox-game-pass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        /!\ This extension is not maintained anymore. I am personally using https://aligueler.com/SubscriptionInfo

When visiting a game's Steam store page, this extension looks for it in the Xbox Game Pass catalog. If it's included, it will let you know.                    

معلومات أساسية عن التمديد

الاسم included-with-xbox-game-pass included-with-xbox-game-pass
ID acohddgjcjfelbhaodiebiabljoadldk
عنوان URL الرسمي https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk
الوصف A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
حجم الملف 38.16 KB
عدد التثبيتات 3,812
النسخة الحالية 0.9.1
آخر تحديث 2022-11-21
تاريخ النشر 2020-08-24
تقييم 4.00/5 مجموع تقييمات 10
المطور gabin.aureche
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://xgp.community
عنوان صفحة المساعدة https://github.com/zhouzi/included-with-xbox-game-pass/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "included-with-xbox-game-pass",
    "version": "0.9.1",
    "description": "A browser extension that adds the mention \"included \/ not included with Xbox Game Pass\" on Steam's store page.",
    "permissions": [
        "storage",
        "https:\/\/xgp.community\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}