included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Hvad er included-with-xbox-game-pass?
included-with-xbox-game-pass er en Chrome-udvidelse udviklet af gabin.aureche, og dens hovedfunktion er "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Udvidelsesskærmbilleder
Download included-with-xbox-game-pass-udvidelses-CRX-fil
Download included-with-xbox-game-pass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
/!\ 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æggende oplysninger om udvidelsen
Navn | included-with-xbox-game-pass |
ID | acohddgjcjfelbhaodiebiabljoadldk |
Officiel URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
Beskrivelse | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
Filstørrelse | 38.16 KB |
Antal Installationer | 3,812 |
Nuværende Version | 0.9.1 |
Senest Opdateret | 2022-11-21 |
Udgivelsesdato | 2020-08-24 |
Bedømmelse | 4.00/5 Samlet 10 Bedømmelser |
Udvikler | gabin.aureche |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://xgp.community |
Hjælpeside-URL | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
Understøttede Sprog | 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" } } |