Roblox Revenue & Rating Stats - RTrack

View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.

Was ist Roblox Revenue & Rating Stats - RTrack?

Roblox Revenue & Rating Stats - RTrack ist eine Chrome-Erweiterung, die von rtrack live entwickelt wurde, und ihr Hauptmerkmal ist "View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.".

Erweiterungsscreenshots

screenshot
screenshot

Roblox Revenue & Rating Stats - RTrack-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roblox Revenue & Rating Stats - RTrack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Roblox Revenue & Rating Stats - RTrack Roblox Revenue & Rating Stats - RTrack
ID hhgkfhlgacdclmkgjniellfcpfgcmonm
Offizielle URL https://chromewebstore.google.com/detail/roblox-revenue-rating-sta/hhgkfhlgacdclmkgjniellfcpfgcmonm
Beschreibung View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.
Dateigröße 16.8 KB
Installationsanzahl 3,022
Aktuelle Version 0.1.037
Letztes Update 2020-01-05
Veröffentlichungsdatum 2020-01-05
Bewertung 3.19/5 Insgesamt 21 Bewertungen
Entwickler rtrack live
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rtrack.social
URL der Datenschutzrichtlinien-Seite https://rtrack.live/PrivacyPolicy.html
Unterstützte Sprachen 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"
    }
}