Steam Market Analyzer
This extension will help you to trade on Steam market
Was ist Steam Market Analyzer?
Steam Market Analyzer ist eine Chrome-Erweiterung, die von kobygirafe entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you to trade on Steam market".
Erweiterungsscreenshots
Steam Market Analyzer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steam Market Analyzer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lpobgiljanehefpbcbcnaejnemoogfip |
Offizielle URL | https://chrome.google.com/webstore/detail/steam-market-analyzer/lpobgiljanehefpbcbcnaejnemoogfip |
Beschreibung | This extension will help you to trade on Steam market |
Dateigröße | 34.58 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.4 |
Letztes Update | 2022-08-20 |
Veröffentlichungsdatum | 2020-01-11 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | kobygirafe |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |