feat(ChillBox): add activity#11004
Open
uzipayx wants to merge 3 commits into
Open
Conversation
ChillBox (chillbox.cc) — free multiplayer browser mini-games (Croco, Corridor, Checkers, Beachball, Bomberman). The site publishes live presence data (game, phase, score, match timer) into a JSON DOM tag (#chillbox-presence) specifically for this activity, so no fragile DOM scraping is needed.
Contributor
🖼️ Activity asset previewFresh pixels, hot off the CDN — I lined them all up for inspection. 👀 ChillBox (
|
| Preview | Source | URL |
|---|---|---|
![]() |
logo | https://chillbox.cc/premid/logo-512.png |
![]() |
thumbnail | https://chillbox.cc/og-image.png |
Beep boop — I refresh this comment on every push, so no need to scroll. 🤖
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
New activity for ChillBox (https://chillbox.cc) — free multiplayer mini-games in the browser: Croco (drawing & guessing), Corridor (Quoridor), Checkers, Beachball volleyball and Bomberman. RU/EN interface.
I am the developer of the site. The site publishes live presence data (current game, page kind, lobby player count, match score/timer) into a dedicated JSON DOM tag
#chillbox-presencespecifically for this activity — the presence reads one stable tag instead of scraping the DOM, so it won't break on UI changes. The payload is versioned (v: 1).What the activity shows:
startTimestamp, live score instateLogo/thumbnail are currently hosted on the site's own domain — happy to re-upload wherever the review process requires.