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"입니다.
확장 프로그램 스크린샷
RoMonitor Stats - Roblox Stats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |