RoMonitor Stats - Roblox Stats

View Roblox game analytics from RoMonitor Stats inside Roblox

RoMonitor Stats - Roblox Statsとは何ですか?

RoMonitor Stats - Roblox Statsはhttps://romonitorstats.comによって開発されたChromeの拡張機能で、その主な機能は「View Roblox game analytics from RoMonitor Stats inside Roblox」です。

拡張機能のスクリーンショット

screenshot
screenshot

RoMonitor Stats - Roblox Stats拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}