Game Revenue Estimate

Add Steam revenue estimate to every Steam store page

什么是Game Revenue Estimate?

Game Revenue Estimate是由Doolwind开发的Chrome扩展程序,该扩展的主要功能是“Add Steam revenue estimate to every Steam store page”。

扩展截图

screenshot

下载Game Revenue Estimate扩展crx文件

下载Game Revenue Estimate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Game Revenue Estimate Game Revenue Estimate
ID iefefhbijeoiookkedboieenbdejponf
官方URL https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf
简介 Add Steam revenue estimate to every Steam store page
文件大小 38.28 KB
安装次数 41
当前版本 0.1.0
更新时间 2022-02-16
上架时间 2022-02-16
评分 5.00/5 共2次评分
开发者 Doolwind
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}