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 هو إضافة Chrome تم تطويرها بواسطة rtrack live، والميزة الرئيسية لها هي "View the gamepass revenue and adjusted rtrack ratings of Roblox games, right on the game page.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Roblox Revenue & Rating Stats - RTrack

قم بتنزيل ملفات الامتداد Roblox Revenue & Rating Stats - RTrack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Roblox Revenue & Rating Stats - RTrack Roblox Revenue & Rating Stats - RTrack
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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://rtrack.social
عنوان صفحة سياسة الخصوصية 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"
    }
}