Adds a weekly playtime counter to Roblox game pages using the parental controls API.
Note
Now available on the mozilla extensions catalog!
Warning
Due to how roblox stores playtime or "screentime" data, this will refresh every week, and is limited to your top 20 most played experiences in said week.
Tool | Version (or higher) |
---|---|
Node.js | 22.11.0 |
npm | 11.5.1 |
OS | Windows 11 |
Shell | PowerShell |
Download Node.js from: https://nodejs.org
Verify installation:
node -v
npm -v
Install dependencies: npm install
Build the add-on source: npm run build
Package the add-on as .xpi npm run build:xpi
Alternatively, run the included build script that does all of the above: ./build.ps1