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
官方網址 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"
    }
}