Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Steam Revenue Calculator là gì?
Steam Revenue Calculator là một tiện ích mở rộng Chrome được phát triển bởi omer1615, và tính năng chính của nó là "This plugin shows the game's revenue inside the 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 Steam Revenue Calculator
Tải xuống các tệp mở rộng Steam Revenue Calculator 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
URL Chính Thức | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
Mô tả | This plugin shows the game's revenue inside the Steam store page. |
Kích Thước Tệp | 24.44 KB |
Số Lần Cài Đặt | 3,704 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-11-29 |
Ngày Phát Hành | 2022-01-27 |
Đánh Giá | 4.20/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | omer1615 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://omerfarukcelik.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |