Price History for Steam™

Easily see the price history for steam games.

Price History for Steam™란 무엇입니까?

Price History for Steam™은(는) Will McSweeney에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily see the price history for steam games."입니다.

확장 프로그램 스크린샷

screenshot

Price History for Steam™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See the price history for games on Steam at the click of a button.












Changelog
 • 2.3.2 - optimizations
 • 2.2.2 - more fixes
 • 2.1.1 - bug fix
 • 2.0.0 - major update


Permissions
 • steamdb.info - to get the price history                    

확장 프로그램 기본 정보

이름 Price History for Steam™ Price History for Steam™
ID ikpgcgcdfmgfjnjdlnldannlifkjokko
공식 URL https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko
설명 Easily see the price history for steam games.
파일 크기 75.95 KB
설치 횟수 476
현재 버전 2.3.2
최근 업데이트 2022-01-13
출시 날짜 2017-06-06
평점 5.00/5 총 3 개의 평점
개발자 Will McSweeney
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://will.mcsweeney.xxx
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "page_action": {
        "default_icon": "icons\/48-disabled.png",
        "default_popup": "pages\/popup.html",
        "default_title": "Price History for Steam\u2122"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "description": "Easily see the price history for steam games.",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "name": "Price History for Steam\u2122",
    "permissions": [
        "https:\/\/steamdb.info\/*",
        "declarativeContent",
        "activeTab",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "2.3.2"
}