Price History for Steam™

Easily see the price history for steam games.

O que é Price History for Steam™?

Price History for Steam™ é uma extensão do Chrome desenvolvida por Will McSweeney, e sua principal característica é "Easily see the price history for steam games.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Price History for Steam™

Baixe arquivos de extensão Price History for Steam™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Price History for Steam™ Price History for Steam™
ID ikpgcgcdfmgfjnjdlnldannlifkjokko
URL Oficial https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko
Descrição Easily see the price history for steam games.
Tamanho do Arquivo 75.95 KB
Contagem de Instalações 476
Versão Atual 2.3.2
Última Atualização 2022-01-13
Data de Publicação 2017-06-06
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Will McSweeney
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://will.mcsweeney.xxx
Idiomas Suportados 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"
}