Steam Market Analyzer

This extension will help you to trade on Steam market

Qu'est-ce que Steam Market Analyzer ?

Steam Market Analyzer est une extension Chrome développée par kobygirafe, et sa fonction principale est "This extension will help you to trade on Steam market".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Steam Market Analyzer

Téléchargez les fichiers d'extension Steam Market Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Steam Market Analyzer Steam Market Analyzer
ID lpobgiljanehefpbcbcnaejnemoogfip
URL Officiel https://chrome.google.com/webstore/detail/steam-market-analyzer/lpobgiljanehefpbcbcnaejnemoogfip
Description This extension will help you to trade on Steam market
Taille du Fichier 34.58 KB
Nombre d'Installations 1,000
Version Actuelle 1.4
Dernière Mise à Jour 2022-08-20
Date de Publication 2020-01-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur kobygirafe
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}