Steam Revenue Calculator

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

Steam Revenue Calculatorとは何ですか?

Steam Revenue Calculatorはomer1615によって開発されたChromeの拡張機能で、その主な機能は「This plugin shows the game's revenue inside the Steam store page.」です。

拡張機能のスクリーンショット

screenshot

Steam Revenue Calculator拡張機能のCRXファイルをダウンロード

Steam Revenue Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Steam Revenue Calculator Steam Revenue Calculator
ID gjhejidajnchnadcangcodljgdmenipa
公式URL https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa
説明 This plugin shows the game's revenue inside the Steam store page.
ファイルサイズ 24.44 KB
インストール数 3,704
現在のバージョン 1.0.5
最終更新日 2023-11-29
公開日 2022-01-27
評価 4.20/5 合計 15 レビュー
開発者 omer1615
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://omerfarukcelik.com/
対応言語 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"
}