Steam Market Analyzer
This extension will help you to trade on Steam market
What is Steam Market Analyzer?
Steam Market Analyzer is a Chrome extension developed by kobygirafe, and its main feature is "This extension will help you to trade on Steam market".
Extension Screenshots
Download Steam Market Analyzer Extension CRX File
Download Steam Market Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lpobgiljanehefpbcbcnaejnemoogfip |
Official URL | https://chrome.google.com/webstore/detail/steam-market-analyzer/lpobgiljanehefpbcbcnaejnemoogfip |
Description | This extension will help you to trade on Steam market |
File Size | 34.58 KB |
Installation Count | 1,000 |
Current Version | 1.4 |
Last Updated | 2022-08-20 |
Publish Date | 2020-01-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kobygirafe |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |