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是由lucasromerodb開發的Chrome擴展程式,該擴展的主要功能是“Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it”。
擴展截圖
下載Available on Game Pass擴展crx文件
下載Available on Game Pass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | ogkbpenenponleoakeomjjddhjbgdadc |
| 官方網址 | 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"
}
} | |