Roblox Revenue & Rating Stats - RTrack

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

Cos'è Roblox Revenue & Rating Stats - RTrack?

Roblox Revenue & Rating Stats - RTrack è un'estensione di Chrome sviluppata da rtrack live, e la sua funzione principale è "View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Roblox Revenue & Rating Stats - RTrack

Scarica i file di estensione Roblox Revenue & Rating Stats - RTrack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Roblox Revenue & Rating Stats - RTrack Roblox Revenue & Rating Stats - RTrack
ID hhgkfhlgacdclmkgjniellfcpfgcmonm
URL Ufficiale https://chromewebstore.google.com/detail/roblox-revenue-rating-sta/hhgkfhlgacdclmkgjniellfcpfgcmonm
Descrizione View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.
Dimensione del File 16.8 KB
Conteggio Installazioni 3,022
Versione Corrente 0.1.037
Ultimo Aggiornamento 2020-01-05
Data di Pubblicazione 2020-01-05
Valutazione 3.19/5 Totale 21 Valutazioni
Sviluppatore rtrack live
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rtrack.social
URL della Pagina della Politica sulla Privacy https://rtrack.live/PrivacyPolicy.html
Lingue Supportate 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"
    }
}