Steam Pricer

Steam Pricer Helper helps save money on Steam games.

Steam Pricerとは何ですか?

Steam PricerはGamakeによって開発されたChromeの拡張機能で、その主な機能は「Steam Pricer Helper helps save money on Steam games.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Steam Pricer拡張機能のCRXファイルをダウンロード

Steam Pricer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Steam Pricer Steam Pricer
ID fkdbmphboechmkcmdgagaphjjalgppbf
公式URL https://chromewebstore.google.com/detail/steam-pricer/fkdbmphboechmkcmdgagaphjjalgppbf
説明 Steam Pricer Helper helps save money on Steam games.
ファイルサイズ 334 KB
インストール数 49
現在のバージョン 1.0.2
最終更新日 2020-11-28
公開日 2020-10-22
開発者 Gamake
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gamake.ru
対応言語 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"
    }
}