Privacy Policy
Last updated: 2026-07-22
Vibes Flow is a Chrome extension that automates batch generation on Vibes.ai (a Meta product). This policy describes what data the extension accesses, stores, and transmits.
Data we access
The extension only accesses data on domains you have authorized:
- vibes.ai — to read the active project ID from the URL and submit generation requests on your behalf (image, video, image-to-video pipeline).
- *.fbcdn.net — to download generated media files you explicitly request.
- *.meta.ai — fallback for content hosted on Meta's CDN.
The extension uses your existing browser session cookies for these domains to authenticate API requests. It does not collect, store, or transmit your cookies anywhere — they remain in Chrome's cookie store and are used only to make authenticated requests to Vibes.ai on your behalf.
Data we store locally
All data is stored in Chrome's local storage (chrome.storage.local) and/or Chrome's sync storage (chrome.storage.sync) and never leaves your device except where explicitly described:
- Generation queue — pending, in-progress, and completed jobs (prompts, status, timestamps, output URLs).
- Media manifest — a local index of files downloaded to your
~/Downloads/vibes-flow/folder (filenames, paths, metadata). - User settings — preferred download folder name, delay between submits, notification preferences.
- License key (Pro/Team tiers only) — stored in
chrome.storage.syncso it syncs across your Chrome browsers. Validated against our license server on first activation and periodically thereafter. - Anonymous usage telemetry — none. We do not collect analytics, crash reports, or any usage data.
Data we transmit
- Vibes.ai API requests — generated prompts and configuration are sent to Vibes.ai exactly as you submitted them. This is required for the extension to function.
- License validation (Pro/Team only) — your license key is sent to our license server (
https://vibesflow.vercel.app/api/check-license) to verify the subscription is active. The server returns{tier, expiresAt}and stores no personally identifying information beyond the key itself. - Stripe webhooks — when you purchase a subscription on our landing page, Stripe redirects you back to the extension with a license key. We do not see or store your payment details — those are handled entirely by Stripe.
Data we do NOT collect
- Your name, email, or any personal information (unless you voluntarily submit it via our landing page form, which is opt-in).
- Browsing history outside of vibes.ai.
- Cookies from any domain.
- Analytics, telemetry, or crash reports.
Your rights
You can:
- Delete all extension data at any time by uninstalling the extension or clicking "Reset settings" in the sidepanel.
- Export your media manifest from
chrome.storage.localvia DevTools. - Cancel your subscription at any time from the Stripe customer portal (link sent in your purchase receipt email). Cancellation takes effect at the end of the current billing period.
Children
Vibes Flow is not directed at children under 13. We do not knowingly collect data from children.
Changes
We will update this policy as the extension evolves. Material changes will be announced in the extension's changelog and via the "What's new" tab in the Chrome Web Store.
Contact
For privacy questions: privacy@vibesflow.vercel.app
Open source
The extension's data handling is auditable in the source code at ~/clawd/projetos/vibes-flow/. You can inspect every network request and storage operation before installing.