Steam Revenue Calculator

This plugin shows the game's revenue inside the Steam store page.

What is Steam Revenue Calculator?

Steam Revenue Calculator is a Chrome extension developed by omer1615, and its main feature is "This plugin shows the game's revenue inside the Steam store page.".

Extension Screenshots

screenshot

Download Steam Revenue Calculator Extension CRX File

Download Steam Revenue Calculator 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

                        It uses the Boxleiter method to calculate estimated app owners then calculates cuts, refunds etc. The number shown should not be seen as true data, it's only an estimate.

Firefox version by opyate:
https://addons.mozilla.org/en-GB/android/addon/steam-revenue-calculator/                    

Extension Basic Information

Name Steam Revenue Calculator Steam Revenue Calculator
ID gjhejidajnchnadcangcodljgdmenipa
Official URL https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa
Description This plugin shows the game's revenue inside the Steam store page.
File Size 24.44 KB
Installation Count 3,704
Current Version 1.0.5
Last Updated 2023-11-29
Publish Date 2022-01-27
Rating 4.20/5 Total 15 Ratings
Developer omer1615
Email [email protected]
Payment Type free
Extension Website https://omerfarukcelik.com/
Supported Languages en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This plugin shows the game's revenue inside the Steam store page.",
    "host_permissions": [
        "https:\/\/store.steampowered.com\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "name": "Steam Revenue Calculator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}