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 |
| Eメール | [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"
}
} | |