Available on Game Pass
Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it
ما هو Available on Game Pass؟
Available on Game Pass هو إضافة Chrome تم تطويرها بواسطة lucasromerodb، والميزة الرئيسية لها هي "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Available on Game Pass
قم بتنزيل ملفات الامتداد Available on Game Pass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension shows a Game Pass banner on a game store page on Steam - Available games - Ultimate / EAPlay games - Upcoming games - Leaving games Follow me on https://twitter.com/lukekix_gg to get all updates about this extension. Release notes: https://lucasromerodb.notion.site/Available-on-Game-Pass-notes-0a1105a741c4454a99fb5d9927f6950d
معلومات أساسية عن التمديد
الاسم | Available on Game Pass |
ID | ogkbpenenponleoakeomjjddhjbgdadc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/available-on-game-pass/ogkbpenenponleoakeomjjddhjbgdadc |
الوصف | Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it |
حجم الملف | 121 KB |
عدد التثبيتات | 9,508 |
النسخة الحالية | 1.5 |
آخر تحديث | 2023-12-03 |
تاريخ النشر | 2022-11-01 |
تقييم | 4.11/5 مجموع تقييمات 19 |
المطور | lucasromerodb |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/lukekix_gg |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Available on Game Pass", "description": "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it", "service": "https:\/\/xbox-store-api-production.up.railway.app\/api", "impuestito": "https:\/\/impuestito-api-production.up.railway.app\/api", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "storage", "alarms" ], "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*" ], "css": [ "css\/styles.css" ], "js": [ "scripts\/index.js", "scripts\/page.js", "scripts\/menu.js" ], "run_at": "document_idle" } ], "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } } |