Game Revenue Estimate

Add Steam revenue estimate to every Steam store page

What is Game Revenue Estimate?

Game Revenue Estimate is a Chrome extension developed by Doolwind, and its main feature is "Add Steam revenue estimate to every Steam store page".

Extension Screenshots

screenshot

Download Game Revenue Estimate Extension CRX File

Download Game Revenue Estimate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Game Revenue Estimate Game Revenue Estimate
ID iefefhbijeoiookkedboieenbdejponf
Official URL https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf
Description Add Steam revenue estimate to every Steam store page
File Size 38.28 KB
Installation Count 41
Current Version 0.1.0
Last Updated 2022-02-16
Publish Date 2022-02-16
Rating 5.00/5 Total 2 Ratings
Developer Doolwind
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}