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是由gabin.aureche開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.”。
擴展截圖
下載included-with-xbox-game-pass擴展crx文件
下載included-with-xbox-game-pass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
/!\ 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. 擴展基本資訊
| 名稱 | |
| ID | acohddgjcjfelbhaodiebiabljoadldk |
| 官方網址 | 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 |
| 說明頁面URL | 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"
}
} | |