Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
Wat is Game Revenue Estimate?
Game Revenue Estimate is een Chrome-extensie ontwikkeld door Doolwind, en de belangrijkste functie is "Add Steam revenue estimate to every Steam store page".
Extensie Screenshots
Download het CRX-bestand van de extensie Game Revenue Estimate
Download Game Revenue Estimate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iefefhbijeoiookkedboieenbdejponf |
| Officiële URL | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
| Beschrijving | Add Steam revenue estimate to every Steam store page |
| Bestandsgrootte | 38.28 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2022-02-16 |
| Publicatiedatum | 2022-02-16 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Doolwind |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |