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.
扩展基本信息
名称 | 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 |
帮助页面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" } } |