alike03's Subscription Info on Steam

See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play

Wat is alike03's Subscription Info on Steam?

alike03's Subscription Info on Steam is een Chrome-extensie ontwikkeld door https://aligueler.com, en de belangrijkste functie is "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie alike03's Subscription Info on Steam

Download alike03's Subscription Info on Steam-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

                        Have you ever had the situation where you bought a game, only to later find out that it's already on a subscription package that you're subscribed to? It happened to me. 
So I thought, "What if I could see that information directly on Steam?"
This addon checks the Game through the database I have created and displays if the game is currently on Xbox Game Pass PC & Console, on Ubisoft+, or on EA Play.                    

Basisinformatie over de Extensie

Naam alike03's Subscription Info on Steam alike03's Subscription Info on Steam
ID jecikjbpiedagpmibmgpfgnkfpomgeok
Officiële URL https://chromewebstore.google.com/detail/alike03s-subscription-inf/jecikjbpiedagpmibmgpfgnkfpomgeok
Beschrijving See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play
Bestandsgrootte 41.86 KB
Aantal Installaties 13,841
Huidige Versie 1.2.3.2
Laatst Bijgewerkt 2023-07-17
Publicatiedatum 2020-09-30
Beoordeling 4.75/5 Totaal 32 Beoordelingen
Ontwikkelaar https://aligueler.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://aligueler.com/SubscriptionInfo/
Help Pagina-URL https://github.com/alike03/SubscriptionInfo
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "alike03's Subscription Info on Steam",
    "description": "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play",
    "version": "1.2.3.2",
    "homepage_url": "https:\/\/aligueler.com\/SubscriptionInfo\/",
    "permissions": [
        "https:\/\/aligueler.com\/",
        "storage"
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "alike_gp_lang.js",
                "alike_gp_main.js",
                "alike_gp_ajax.js",
                "alike_gp_info.js"
            ],
            "css": [
                "alike_gp_style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "alike_gp_options.json"
    ]
}