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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}