Price History for Steam™

Easily see the price history for steam games.

Cos'è Price History for Steam™?

Price History for Steam™ è un'estensione di Chrome sviluppata da Will McSweeney, e la sua funzione principale è "Easily see the price history for steam games.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Price History for Steam™

Scarica i file di estensione Price History for Steam™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Price History for Steam™ Price History for Steam™
ID ikpgcgcdfmgfjnjdlnldannlifkjokko
URL Ufficiale https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko
Descrizione Easily see the price history for steam games.
Dimensione del File 75.95 KB
Conteggio Installazioni 476
Versione Corrente 2.3.2
Ultimo Aggiornamento 2022-01-13
Data di Pubblicazione 2017-06-06
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Will McSweeney
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://will.mcsweeney.xxx
Lingue Supportate 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"
}