Price History for Steam™

Easily see the price history for steam games.

Was ist Price History for Steam™?

Price History for Steam™ ist eine Chrome-Erweiterung, die von Will McSweeney entwickelt wurde, und ihr Hauptmerkmal ist "Easily see the price history for steam games.".

Erweiterungsscreenshots

screenshot

Price History for Steam™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Price History for Steam™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Price History for Steam™ Price History for Steam™
ID ikpgcgcdfmgfjnjdlnldannlifkjokko
Offizielle URL https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko
Beschreibung Easily see the price history for steam games.
Dateigröße 75.95 KB
Installationsanzahl 476
Aktuelle Version 2.3.2
Letztes Update 2022-01-13
Veröffentlichungsdatum 2017-06-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Will McSweeney
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://will.mcsweeney.xxx
Unterstützte Sprachen 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"
}