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 |
Eメール | [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" } } |