included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Co je included-with-xbox-game-pass?
included-with-xbox-game-pass je rozšíření Chrome vyvinuté gabin.aureche, a jeho hlavní funkcí je „A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření included-with-xbox-game-pass
Stáhněte si soubory rozšíření included-with-xbox-game-pass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
/!\ 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. Základní Informace o Rozšíření
| Název | |
| ID | acohddgjcjfelbhaodiebiabljoadldk |
| Oficiální URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
| Popis | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
| Velikost souboru | 38.16 KB |
| Počet instalací | 3,812 |
| Aktuální Verze | 0.9.1 |
| Poslední Aktualizace | 2022-11-21 |
| Datum Vydání | 2020-08-24 |
| Hodnocení | 4.00/5 Celkem 10 Hodnocení |
| Vývojář | gabin.aureche |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://xgp.community |
| URL Stránky Nápovědy | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
| Podporované Jazyky | 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"
}
} | |