Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Что такое Steam Revenue Calculator?
Steam Revenue Calculator - это расширение Chrome, разработанное omer1615, и его основная функция - "This plugin shows the game's revenue inside the Steam store page.".
Снимки экрана расширения
Скачать файл CRX расширения Steam Revenue Calculator
Скачайте файлы расширений Steam Revenue Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |