Steam Market Analyzer

This extension will help you to trade on Steam market

O que é Steam Market Analyzer?

Steam Market Analyzer é uma extensão do Chrome desenvolvida por kobygirafe, e sua principal característica é "This extension will help you to trade on Steam market".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Steam Market Analyzer

Baixe arquivos de extensão Steam Market Analyzer 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

                        This extension will help you calculate the value of items after deducting the steam fee. 
 In the settings you can choose the color of the price. 
 Also in the settings you can enable the selection of analysis of prices for sale and for purchase it will display a possible profit.
This extension can also work with "Steam Inventory Helper".
 If you have any suggestions for improving the product, write to [email protected] or leave feedback on this page. Please do not use the app rating function for questions.                    

Informações Básicas da Extensão

Nome Steam Market Analyzer Steam Market Analyzer
ID lpobgiljanehefpbcbcnaejnemoogfip
URL Oficial https://chrome.google.com/webstore/detail/steam-market-analyzer/lpobgiljanehefpbcbcnaejnemoogfip
Descrição This extension will help you to trade on Steam market
Tamanho do Arquivo 34.58 KB
Contagem de Instalações 1,000
Versão Atual 1.4
Última Atualização 2022-08-20
Data de Publicação 2020-01-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor kobygirafe
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4",
    "permissions": [
        "https:\/\/steamcommunity.com\/*",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}