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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
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"
    }
}