RoMonitor Stats - Roblox Stats
View Roblox game analytics from RoMonitor Stats inside Roblox
What is RoMonitor Stats - Roblox Stats?
RoMonitor Stats - Roblox Stats is a Chrome extension developed by https://romonitorstats.com, and its main feature is "View Roblox game analytics from RoMonitor Stats inside Roblox".
Extension Screenshots
Download RoMonitor Stats - Roblox Stats Extension CRX File
Download RoMonitor Stats - Roblox Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | RoMonitor Stats - Roblox Stats |
ID | ednkdolfafcikdchfnffkecohpnifogc |
Official URL | https://chromewebstore.google.com/detail/romonitor-stats-roblox-st/ednkdolfafcikdchfnffkecohpnifogc |
Description | View Roblox game analytics from RoMonitor Stats inside Roblox |
File Size | 39.14 KB |
Installation Count | 20,000 |
Current Version | 1.0.7 |
Last Updated | 2022-12-23 |
Publish Date | 2020-07-29 |
Rating | 4.16/5 Total 51 Ratings |
Developer | https://romonitorstats.com |
[email protected] | |
Payment Type | free |
Extension Website | https://romonitorstats.com |
Help Page URL | https://romonitor.silicon.digital/stats-faq |
Privacy Policy Page URL | https://silicon.digital/privacy |
Supported Languages | 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" } } |