Roblox Revenue & Rating Stats - RTrack

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

What is Roblox Revenue & Rating Stats - RTrack?

Roblox Revenue & Rating Stats - RTrack is a Chrome extension developed by rtrack live, and its main feature is "View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.".

Extension Screenshots

screenshot
screenshot

Download Roblox Revenue & Rating Stats - RTrack Extension CRX File

Download Roblox Revenue & Rating Stats - RTrack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Roblox Revenue & Rating Stats - RTrack Roblox Revenue & Rating Stats - RTrack
ID hhgkfhlgacdclmkgjniellfcpfgcmonm
Official URL https://chromewebstore.google.com/detail/roblox-revenue-rating-sta/hhgkfhlgacdclmkgjniellfcpfgcmonm
Description View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.
File Size 16.8 KB
Installation Count 3,022
Current Version 0.1.037
Last Updated 2020-01-05
Publish Date 2020-01-05
Rating 3.19/5 Total 21 Ratings
Developer rtrack live
Email [email protected]
Payment Type free
Extension Website https://rtrack.social
Privacy Policy Page URL https://rtrack.live/PrivacyPolicy.html
Supported Languages 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"
    }
}