Steam Market Analyzer

This extension will help you to trade on Steam market

Τι είναι το Steam Market Analyzer;

Το Steam Market Analyzer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kobygirafe, και η κύρια λειτουργία του είναι "This extension will help you to trade on Steam market".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Steam Market Analyzer

Λήψη αρχείων επέκτασης Steam Market Analyzer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Steam Market Analyzer Steam Market Analyzer
ID lpobgiljanehefpbcbcnaejnemoogfip
Επίσημο URL https://chrome.google.com/webstore/detail/steam-market-analyzer/lpobgiljanehefpbcbcnaejnemoogfip
Περιγραφή This extension will help you to trade on Steam market
Μέγεθος Αρχείου 34.58 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2022-08-20
Ημερομηνία Δημοσίευσης 2020-01-11
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής kobygirafe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}