included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Vad är included-with-xbox-game-pass?
included-with-xbox-game-pass är en Chrome-tillägg utvecklad av gabin.aureche, och dess huvudfunktion är "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Tilläggsskärmbilder
Ladda ner included-with-xbox-game-pass-förlängningens CRX-fil
Ladda ner included-with-xbox-game-pass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
/!\ 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.
Grundläggande Information om Tillägg
Namn | included-with-xbox-game-pass |
ID | acohddgjcjfelbhaodiebiabljoadldk |
Officiell webbadress | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
Beskrivning | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
Filstorlek | 38.16 KB |
Antal Installationer | 3,812 |
Aktuell Version | 0.9.1 |
Senast Uppdaterad | 2022-11-21 |
Publiceringsdatum | 2020-08-24 |
Betyg | 4.00/5 Totalt 10 Betyg |
Utvecklare | gabin.aureche |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://xgp.community |
Hjälpsida URL | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
Stödda Språk | 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" } } |