Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Steam Revenue Calculator란 무엇입니까?
Steam Revenue Calculator은(는) omer1615에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin shows the game's revenue inside the Steam store page."입니다.
확장 프로그램 스크린샷
Steam Revenue Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
공식 URL | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
설명 | This plugin shows the game's revenue inside the Steam store page. |
파일 크기 | 24.44 KB |
설치 횟수 | 3,704 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-11-29 |
출시 날짜 | 2022-01-27 |
평점 | 4.20/5 총 15 개의 평점 |
개발자 | omer1615 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://omerfarukcelik.com/ |
지원되는 언어 | 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" } |