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
Eメール [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
        }
    ]
}