Privacy policy for LoopHog
LoopHog doesn't collect anything and doesn't send anything anywhere. No server,
no account, no analytics, no update pings.
Permissions are storage and *://*.youtube.com/*. That's the whole list.
What gets stored, all of it in your own browser:
- loops you save and your settings, in
storage.local - the current tab's state so the toolbar popup can show it, in
storage.session
Uninstalling clears both.
Audio it captures lives in memory for the session and goes away when you leave
the page. It's never written to disk and there's no export feature. Share links
only carry timestamps and effect values.
If you'd rather check than take my word for it, grep the source for
fetch(,XMLHttpRequest, WebSocket, sendBeacon and EventSource. You won't get anyhits. The only
https URL in the shipped code is in popup/popup.js, where itbuilds a youtube.com watch link for your clipboard.
node tools/check.js runsthat same search and fails if it ever stops being true.