Steam Revenue Calculator

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

Cos'è Steam Revenue Calculator?

Steam Revenue Calculator è un'estensione di Chrome sviluppata da omer1615, e la sua funzione principale è "This plugin shows the game's revenue inside the Steam store page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steam Revenue Calculator

Scarica i file di estensione Steam Revenue Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Steam Revenue Calculator Steam Revenue Calculator
ID gjhejidajnchnadcangcodljgdmenipa
URL Ufficiale https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa
Descrizione This plugin shows the game's revenue inside the Steam store page.
Dimensione del File 24.44 KB
Conteggio Installazioni 3,704
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-11-29
Data di Pubblicazione 2022-01-27
Valutazione 4.20/5 Totale 15 Valutazioni
Sviluppatore omer1615
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://omerfarukcelik.com/
Lingue Supportate 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"
}