Steam Pricer

Steam Pricer Helper helps save money on Steam games.

Steam Pricer là gì?

Steam Pricer là một tiện ích mở rộng Chrome được phát triển bởi Gamake, và tính năng chính của nó là "Steam Pricer Helper helps save money on Steam games.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Steam Pricer 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

                        Steam Helper helps you save money on Steam purchases.

Open the page with the game on Steam and if there are discounts, you will see an offer at the top of the page.

For example, you can save money on buying RDR 2, Cyberpank, and many other PC games.                    

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

Tên Steam Pricer Steam Pricer
ID fkdbmphboechmkcmdgagaphjjalgppbf
URL Chính Thức https://chromewebstore.google.com/detail/steam-pricer/fkdbmphboechmkcmdgagaphjjalgppbf
Mô tả Steam Pricer Helper helps save money on Steam games.
Kích Thước Tệp 334 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-11-28
Ngày Phát Hành 2020-10-22
Nhà Phát Triển Gamake
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gamake.ru
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steampowered.com\/*",
                "*:\/\/steampowered.com\/*",
                "*:\/\/steambuy.com\/*",
                "*:\/\/*.steampay.com\/*"
            ],
            "js": [
                "index.content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.igdb.com\/",
        "https:\/\/*.steammachine.ru\/*",
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/steampowered.com\/*",
        "*:\/\/steambuy.com\/*",
        "*:\/\/*.steampay.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "24": "images\/icons\/24.png",
            "32": "images\/icons\/32.png"
        },
        "default_popup": "popup.html"
    }
}