Price History for Steam™

Easily see the price history for steam games.

What is Price History for Steam™?

Price History for Steam™ is a Chrome extension developed by Will McSweeney, and its main feature is "Easily see the price history for steam games.".

Extension Screenshots

screenshot

Download Price History for Steam™ Extension CRX File

Download Price History for Steam™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Price History for Steam™ Price History for Steam™
ID ikpgcgcdfmgfjnjdlnldannlifkjokko
Official URL https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko
Description Easily see the price history for steam games.
File Size 75.95 KB
Installation Count 476
Current Version 2.3.2
Last Updated 2022-01-13
Publish Date 2017-06-06
Rating 5.00/5 Total 3 Ratings
Developer Will McSweeney
Email [email protected]
Payment Type free
Extension Website http://will.mcsweeney.xxx
Supported Languages 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"
}