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开发的Chrome扩展程序,该扩展的主要功能是“Compare prices for PC games across more than 25 keyshops right in Steam.”。

扩展截图

screenshot
screenshot
screenshot

下载Steam Cheap Games扩展crx文件

下载Steam Cheap Games扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
        }
    ]
}