Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
Apa itu Game Revenue Estimate?
Game Revenue Estimate adalah ekstensi Chrome yang dikembangkan oleh Doolwind, dan fitur utamanya adalah "Add Steam revenue estimate to every Steam store page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Game Revenue Estimate
Unduh file ekstensi Game Revenue Estimate 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 shows the estimated total revenue generated by a game on steam based on its price and total reviews using a simple algorithm. The price is shown in brackets after the games title in the currency shown on the page. The estimate is a guide only and should not be used in any financial planning.
Informasi Dasar Ekstensi
Nama | Game Revenue Estimate |
ID | iefefhbijeoiookkedboieenbdejponf |
URL Resmi | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
Deskripsi | Add Steam revenue estimate to every Steam store page |
Ukuran File | 38.28 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2022-02-16 |
Tanggal Publikasi | 2022-02-16 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Doolwind |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Game Revenue Estimate", "version": "0.1.0", "description": "Add Steam revenue estimate to every Steam store page", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/store.steampowered.com\/app\/*" ] } ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |