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 - это расширение Chrome, разработанное gabin.aureche, и его основная функция - "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Снимки экрана расширения
Скачать файл CRX расширения included-with-xbox-game-pass
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |