included-with-xbox-game-pass

A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.

O que é included-with-xbox-game-pass?

included-with-xbox-game-pass é uma extensão do Chrome desenvolvida por gabin.aureche, e sua principal característica é "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão included-with-xbox-game-pass

Baixe arquivos de extensão included-with-xbox-game-pass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        /!\ 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.                    

Informações Básicas da Extensão

Nome included-with-xbox-game-pass included-with-xbox-game-pass
ID acohddgjcjfelbhaodiebiabljoadldk
URL Oficial https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk
Descrição A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Tamanho do Arquivo 38.16 KB
Contagem de Instalações 3,812
Versão Atual 0.9.1
Última Atualização 2022-11-21
Data de Publicação 2020-08-24
Classificação 4.00/5 Total de 10 Avaliações
Desenvolvedor gabin.aureche
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://xgp.community
URL da Página de Ajuda https://github.com/zhouzi/included-with-xbox-game-pass/issues
Idiomas Suportados 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"
    }
}