Game Revenue Estimate

Add Steam revenue estimate to every Steam store page

Qu'est-ce que Game Revenue Estimate ?

Game Revenue Estimate est une extension Chrome développée par Doolwind, et sa fonction principale est "Add Steam revenue estimate to every Steam store page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Game Revenue Estimate

Téléchargez les fichiers d'extension Game Revenue Estimate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Game Revenue Estimate Game Revenue Estimate
ID iefefhbijeoiookkedboieenbdejponf
URL Officiel https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf
Description Add Steam revenue estimate to every Steam store page
Taille du Fichier 38.28 KB
Nombre d'Installations 41
Version Actuelle 0.1.0
Dernière Mise à Jour 2022-02-16
Date de Publication 2022-02-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur Doolwind
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}