TikTok Live Relay Browser Extension · Last updated: April 26, 2026
TikTok Live Relay is a developer tool that reads publicly available
TikTok LIVE broadcast data (gift and like events) from live room pages
and relays them to a Roblox game server, enabling developers to build
real-time audience-to-game interactions. It operates exclusively on
tiktok.com live room pages.
This extension does not collect any personal or private user data. It does not require any TikTok account or login. Anyone can view a TikTok LIVE room without signing in — the extension only reads the same public broadcast stream that is already visible to every viewer in the live room.
The extension does not access or collect:
The extension reads two types of information, neither of which constitutes personal user data:
handle:sk_xxx) to authenticate with their relay server.
This key is stored locally in chrome.storage.local.
The raw secret is never transmitted over the network — only an
HMAC-SHA256 signature is sent.
Public broadcast events are forwarded via authenticated HTTPS to the
developer's relay server at api.liveinteractivegame.com,
which passes them to a connected Roblox game for in-game effects
(e.g., spawning obstacles when a gift is sent). The Stream Key is used
solely for request authentication. No data is used for advertising,
analytics, profiling, or any unrelated purpose.
Broadcast events are transmitted over HTTPS to
api.liveinteractivegame.com. Authentication uses
HMAC-SHA256 signatures — the raw secret key never leaves the browser.
No data is sent to any other third-party service.
chrome.storage.local until
cleared or the extension is removed.We do not sell, share, or transfer any data to third parties. Broadcast events flow exclusively from the extension to the developer's relay server.
You can at any time:
chrome://extensionsWe may update this privacy policy from time to time. The "last updated" date at the top of this page will be revised accordingly.
For questions about this privacy policy or the extension's data practices, please contact us at [email protected].