included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Wat is included-with-xbox-game-pass?
included-with-xbox-game-pass is een Chrome-extensie ontwikkeld door gabin.aureche, en de belangrijkste functie is "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Extensie Screenshots
Download het CRX-bestand van de extensie included-with-xbox-game-pass
Download included-with-xbox-game-pass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        /!\ 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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | acohddgjcjfelbhaodiebiabljoadldk | 
| Officiële URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk | 
| Beschrijving | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. | 
| Bestandsgrootte | 38.16 KB | 
| Aantal Installaties | 3,812 | 
| Huidige Versie | 0.9.1 | 
| Laatst Bijgewerkt | 2022-11-21 | 
| Publicatiedatum | 2020-08-24 | 
| Beoordeling | 4.00/5 Totaal 10 Beoordelingen | 
| Ontwikkelaar | gabin.aureche | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://xgp.community | 
| Help Pagina-URL | https://github.com/zhouzi/included-with-xbox-game-pass/issues | 
| Ondersteunde Talen | 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"
    }
}  |  |