RoMonitor Stats - Roblox Stats

View Roblox game analytics from RoMonitor Stats inside Roblox

RoMonitor Stats - Roblox Statsคืออะไร?

RoMonitor Stats - Roblox Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://romonitorstats.com และคุณลักษณะหลักของมันคือ "View Roblox game analytics from RoMonitor Stats inside Roblox"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoMonitor Stats - Roblox Stats

ดาวน์โหลดไฟล์ส่วนขยาย RoMonitor Stats - Roblox Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get RoMonitor Stats right inside with the official Google Chrome extension, view Stats, Milestones and more all on the Roblox games page.

Currently RoMonitor Stats can display the following on a Roblox experience page
- General Experience Stats
- Milestones
- Name Changes
- Social Graph                    

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

ชื่อ RoMonitor Stats - Roblox Stats RoMonitor Stats - Roblox Stats
ID ednkdolfafcikdchfnffkecohpnifogc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/romonitor-stats-roblox-st/ednkdolfafcikdchfnffkecohpnifogc
คำอธิบาย View Roblox game analytics from RoMonitor Stats inside Roblox
ขนาดไฟล์ 39.14 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-12-23
วันที่เผยแพร่ 2020-07-29
คะแนน 4.16/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา https://romonitorstats.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://romonitorstats.com
URL หน้าช่วยเหลือ https://romonitor.silicon.digital/stats-faq
URL หน้านโยบายความเป็นส่วนตัว https://silicon.digital/privacy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.7",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                ".\/dist\/romoext.bundle.js"
            ],
            "css": [
                "romonitor.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/games\/*",
                "*:\/\/*.roblox.com\/users\/*",
                "*:\/\/*.roblox.com\/groups\/*",
                "*:\/\/*.roblox.com\/home*",
                "*:\/\/*.roblox.com\/discover*",
                "https:\/\/romonitorstats.com\/api\/v1\/extension\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/src\/options\/options.html"
    }
}