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 to jest included-with-xbox-game-pass?
included-with-xbox-game-pass to rozszerzenie Chrome opracowane przez gabin.aureche, a jego główną funkcją jest „A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia included-with-xbox-game-pass
Pobierz pliki rozszerzeń included-with-xbox-game-pass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
/!\ 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | acohddgjcjfelbhaodiebiabljoadldk |
| Oficjalny URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
| Opis | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
| Rozmiar pliku | 38.16 KB |
| Liczba instalacji | 3,812 |
| Aktualna Wersja | 0.9.1 |
| Ostatnia Aktualizacja | 2022-11-21 |
| Data Publikacji | 2020-08-24 |
| Ocena | 4.00/5 Łącznie 10 Oceny |
| Deweloper | gabin.aureche |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://xgp.community |
| Adres URL Strony Pomocy | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
| Obsługiwane Języki | 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"
}
} | |