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 |
| 官方網址 | 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"
}
} | |