- **No personal data is collected, stored, or transmitted.** The extension has no
analytics, no tracking, and no remote logging.
- The only data stored is your **settings**, kept in the browser's extension
storage (`storage.sync`/`storage.local`).
- For the "highlight my username" feature, the extension reads your **logged-in
Kick username** from the page and caches it in the page's local storage so it
can highlight @mentions of you. This stays on your device and is never
transmitted.
- The extension fetches **public emote lists** from third-party emote services so
it can render their emotes:
- 7TV — `7tv.io`, `cdn.7tv.app`
- BetterTTV — `api.betterttv.net`, `cdn.betterttv.net`
- FrankerFaceZ — `api.frankerfacez.com`
- Kick's own emote list/CDN — `kick.com`, `files.kick.com`
These requests send no user identifiers; they only ask for a channel's/global
emote set. (The 7TV channel set is looked up by the channel's public Kick id.)
- Firefox build declares `data_collection_permissions: { required: ['none'] }`.