Steam Market Analyzer
This extension will help you to trade on Steam market
什么是Steam Market Analyzer?
Steam Market Analyzer是由kobygirafe开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you to trade on Steam market”。
扩展截图
下载Steam Market Analyzer扩展crx文件
下载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.
扩展基本信息
名称 | |
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'" } |