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'" } |