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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |