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 |
官方網址 | 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'" } |