Steam Cheap Games

Compare prices for PC games across more than 25 keyshops right in Steam.

Steam Cheap Games क्या है?

Steam Cheap Games https://sysrqmts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare prices for PC games across more than 25 keyshops right in Steam."।

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

screenshot
screenshot
screenshot

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

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

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

                        Why pay more if you could pay less? 

When you browse Steam web store, the extension shows what is the minimum price for a game across all 25 keyshops we track.

The extension also allows you easily look up game prices from any webpage: select the game name, open the context menu and click to search!

We also help you get your PC hardware details to test it against 7,000 game requirements in our database, and check if you can run it.

Do you have an idea or suggestion for the extension? We'd love to hear it! Don't hesitate to reach out!                    

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

नाम Steam Cheap Games Steam Cheap Games
ID hjmmmhmjfplhpnelkhognkmomiekkckc
आधिकारिक URL https://chromewebstore.google.com/detail/steam-cheap-games/hjmmmhmjfplhpnelkhognkmomiekkckc
विवरण Compare prices for PC games across more than 25 keyshops right in Steam.
फ़ाइल का आकार 140 KB
स्थापना संख्या 37,356
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2021-11-11
प्रकाशन तिथि 2021-10-31
रेटिंग 3.00/5 कुल 12 रेटिंग्स
डेवलपर https://sysrqmts.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sysrqmts.com/prices
सहायता पृष्ठ URL https://sysrqmts.com/contact
समर्थित भाषाएँ de,en,fr,tr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "system.cpu",
        "system.memory",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*",
                "https:\/\/store.steampowered.com\/sub\/*",
                "https:\/\/store.steampowered.com\/bundle\/*"
            ],
            "js": [
                "scripts\/stores\/steam.js"
            ],
            "css": [
                "styles\/stores\/steam.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/sysrqmts.com\/*"
            ],
            "js": [
                "scripts\/sysrqmts.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}