RoMonitor Stats - Roblox Stats
View Roblox game analytics from RoMonitor Stats inside Roblox
Qu'est-ce que RoMonitor Stats - Roblox Stats ?
RoMonitor Stats - Roblox Stats est une extension Chrome développée par https://romonitorstats.com, et sa fonction principale est "View Roblox game analytics from RoMonitor Stats inside Roblox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RoMonitor Stats - Roblox Stats
Téléchargez les fichiers d'extension RoMonitor Stats - Roblox Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | RoMonitor Stats - Roblox Stats |
ID | ednkdolfafcikdchfnffkecohpnifogc |
URL Officiel | https://chromewebstore.google.com/detail/romonitor-stats-roblox-st/ednkdolfafcikdchfnffkecohpnifogc |
Description | View Roblox game analytics from RoMonitor Stats inside Roblox |
Taille du Fichier | 39.14 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2022-12-23 |
Date de Publication | 2020-07-29 |
Évaluation | 4.16/5 Total 51 Évaluations |
Développeur | https://romonitorstats.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://romonitorstats.com |
URL de la Page d'Aide | https://romonitor.silicon.digital/stats-faq |
URL de la Page de Politique de Confidentialité | https://silicon.digital/privacy |
Langues Prises en Charge | 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" } } |