Steam Market Analyzer
This extension will help you to trade on Steam market
Apa itu Steam Market Analyzer?
Steam Market Analyzer adalah ekstensi Chrome yang dikembangkan oleh kobygirafe, dan fitur utamanya adalah "This extension will help you to trade on Steam market".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Steam Market Analyzer
Unduh file ekstensi Steam Market Analyzer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | lpobgiljanehefpbcbcnaejnemoogfip |
URL Resmi | https://chrome.google.com/webstore/detail/steam-market-analyzer/lpobgiljanehefpbcbcnaejnemoogfip |
Deskripsi | This extension will help you to trade on Steam market |
Ukuran File | 34.58 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2022-08-20 |
Tanggal Publikasi | 2020-01-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | kobygirafe |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |