Roblox Revenue & Rating Stats - RTrack
View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.
什么是Roblox Revenue & Rating Stats - RTrack?
Roblox Revenue & Rating Stats - RTrack是由rtrack live开发的Chrome扩展程序,该扩展的主要功能是“View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.”。
扩展截图
下载Roblox Revenue & Rating Stats - RTrack扩展crx文件
下载Roblox Revenue & Rating Stats - RTrack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View gamepass revenue, rank by players and game ratings adjusted to remove botting.
This extension uses data from rtrack.live and rtrack.social to function. It also has a game botting detection function, which shows on games that are believed to have been botted.
Gamepass revenue is shown pre-tax. 扩展基本信息
| 名称 | |
| ID | hhgkfhlgacdclmkgjniellfcpfgcmonm |
| 官方URL | https://chromewebstore.google.com/detail/roblox-revenue-rating-sta/hhgkfhlgacdclmkgjniellfcpfgcmonm |
| 简介 | View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page. |
| 文件大小 | 16.8 KB |
| 安装次数 | 3,022 |
| 当前版本 | 0.1.037 |
| 更新时间 | 2020-01-05 |
| 上架时间 | 2020-01-05 |
| 评分 | 3.19/5 共21次评分 |
| 开发者 | rtrack live |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://rtrack.social |
| 隐私政策页面URL | https://rtrack.live/PrivacyPolicy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Roblox Revenue & Rating Stats - RTrack",
"version": "0.1.037",
"description": "View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.",
"content_scripts": [
{
"css": [
"rtrack_style.css"
],
"js": [
"stats.js"
],
"matches": [
"*:\/\/*.roblox.com\/*",
"https:\/\/rtrack.social\/*"
]
}
],
"icons": {
"48": "icon48.png",
"128": "RTrack128.png"
}
} | |