Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
Game Revenue Estimate là gì?
Game Revenue Estimate là một tiện ích mở rộng Chrome được phát triển bởi Doolwind, và tính năng chính của nó là "Add Steam revenue estimate to every Steam store page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Game Revenue Estimate
Tải xuống các tệp mở rộng Game Revenue Estimate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Game Revenue Estimate |
ID | iefefhbijeoiookkedboieenbdejponf |
URL Chính Thức | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
Mô tả | Add Steam revenue estimate to every Steam store page |
Kích Thước Tệp | 38.28 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2022-02-16 |
Ngày Phát Hành | 2022-02-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Doolwind |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |