Steam Cheap Games

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

Steam Cheap Games là gì?

Steam Cheap Games là một tiện ích mở rộng Chrome được phát triển bởi https://sysrqmts.com, và tính năng chính của nó là "Compare prices for PC games across more than 25 keyshops right in Steam.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Cheap Games

Tải xuống các tệp mở rộng Steam Cheap Games dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Cheap Games Steam Cheap Games
ID hjmmmhmjfplhpnelkhognkmomiekkckc
URL Chính Thức https://chromewebstore.google.com/detail/steam-cheap-games/hjmmmhmjfplhpnelkhognkmomiekkckc
Mô tả Compare prices for PC games across more than 25 keyshops right in Steam.
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 37,356
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-11-11
Ngày Phát Hành 2021-10-31
Đánh Giá 3.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://sysrqmts.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sysrqmts.com/prices
URL Trang Trợ Giúp https://sysrqmts.com/contact
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}