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

alike03's Subscription Info on Steam क्या है?

alike03's Subscription Info on Steam https://aligueler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में alike03's Subscription Info on Steam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम alike03's Subscription Info on Steam alike03's Subscription Info on Steam
ID jecikjbpiedagpmibmgpfgnkfpomgeok
आधिकारिक URL https://chromewebstore.google.com/detail/alike03s-subscription-inf/jecikjbpiedagpmibmgpfgnkfpomgeok
विवरण See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play
फ़ाइल का आकार 41.86 KB
स्थापना संख्या 13,841
वर्तमान संस्करण 1.2.3.2
अंतिम अपडेट 2023-07-17
प्रकाशन तिथि 2020-09-30
रेटिंग 4.75/5 कुल 32 रेटिंग्स
डेवलपर https://aligueler.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://aligueler.com/SubscriptionInfo/
सहायता पृष्ठ URL https://github.com/alike03/SubscriptionInfo
समर्थित भाषाएँ 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"
    ]
}