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".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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'" } |