Privacy Policy
Effective Date: July 24, 2026
1. Introduction
Toobie is a Chrome extension developed and operated by TwinBruhs LLC ("TwinBruhs LLC," "Toobie," "we," "us," "our"), a North Carolina limited liability company. Toobie is a product of TwinBruhs LLC. We are committed to protecting your privacy and providing transparency about how we collect, use, and protect your data.
This Privacy Policy explains our data practices for the Toobie extension and the www.toobie.app website. By using Toobie, you agree to the terms of this Privacy Policy.
Contact: admin@toobie.app
2. What Toobie Does
Toobie is a distraction-free YouTube experience extension that:
- Fetches YouTube video transcripts using client-side extraction from the YouTube InnerTube Player API
- Processes transcripts through AI services (Google Gemini and OpenAI, with Anthropic Claude as a fallback) to generate section labels, summaries, descriptions, and promo/sponsor classifications
- Creates vector embeddings for semantic search functionality (via the Jina AI embeddings API)
- Caches AI-generated analysis results (labels, embeddings, section metadata) persistently
- Provides a distraction-free overlay on YouTube home and search result pages
- Allows users to search within videos using natural language queries
- Does NOT store raw YouTube transcript text (TOS compliance)
3. Data We Collect
3.1 Account Information
When you create a Toobie account, we collect:
- Email address -from Google OAuth or manual entry (magic link authentication)
- Name -from Google OAuth profile (optional, may be null)
- Profile picture URL -from Google OAuth (optional, may be null)
- Google OAuth tokens -access token, refresh token, and ID token (stored server-side only, used solely for authenticating your Toobie sessions)
3.2 Session & Security Data
We automatically collect when you log in:
- Session token -bearer token for authenticated API requests
- IP address -recorded when you sign in (stored with your session)
- User agent string -your browser and device information at login time
- Session expiration timestamp -when your session will expire
3.3 Subscription & Billing Data
For Pro subscribers, we collect:
- Stripe customer ID -unique identifier created by Stripe
- Subscription plan -monthly ($4.99) or yearly ($39.99)
- Subscription status -active, cancelled, past-due, etc.
- Billing period dates -subscription start and renewal dates
- Stripe subscription ID -unique identifier for your subscription
Critical: We do NOT collect, store, or process credit card numbers, CVV codes, or billing addresses. Stripe handles all payment data directly. See Stripe's Privacy Policy for details.
3.4 Usage Data
We collect information about how you use Toobie:
- Installation ID -an anonymous UUID generated locally on your device and sent with API requests. Our servers do not currently read or act on it; it is reserved for planned functionality that would let anonymous installations keep settings without an account. It is not linked to your identity.
- User preferences -settings synced to your account so they follow you across devices: theme selection, promo auto-skip settings (the toggle and which promo categories to skip), typing auto-pause settings for Notes and Ask, your Chill or Focus mode choice, and focus session settings (timer on or off, default duration, and the lock-in and start-in-focus defaults). The live state of a running focus session stays on your device (see Section 3.7).
3.5 Video Processing Data (Derived, Not Raw Content)
When you process a video with Toobie, we store:
- Video ID -YouTube video identifier
- AI-generated section labels -topic names created by our LLM
- Section summaries and descriptions -LLM-generated text summarizing section content
- Vector embeddings -768-dimensional numerical arrays representing section semantic meaning
- Section timing boundaries -start and end timestamps in seconds
- Section type classification -whether each section is "content" or "promo"
- Classification confidence -confidence level of promo detection ("high," "medium," "low", or null)
- Processing metadata -algorithm version, transcript hash, model versions used, processing timings
Important: Raw transcript text is NOT stored. Transcripts are fetched transiently from YouTube, processed by our AI services, and discarded. Only derived metadata (labels, summaries, embeddings) is persisted, along with a lossy full-text search index derived from the transcript (stemmed word tokens that cannot reconstruct the verbatim text) used to support in-video search. This is a Terms of Service and copyright compliance decision.
3.6 User-Generated Content (Notes)
Toobie's Notes feature lets you write your own free-text notes about a video. Unlike the derived video processing data described above, notes are content you author yourself. When you save a note, we store:
- Note text -the rich-text note content you write, exactly as you wrote it
- Note title -a name for the note that you can edit; it starts as the video's title
- Video title snapshot -a copy of the video's public title, captured when the note is created, so the note stays identifiable after you rename it
- Folder placement -which of your Library folders, if any, the note belongs to
- Video ID -the YouTube video identifier the note is attached to
- Account association -notes are keyed to your Toobie account so they are available to you across devices
- Timestamps -when the note was created and last updated
Notes are synced to and stored on Toobie's server (a Postgres database). Note content is private to your account, is never shared with other users, and is never served from a content delivery network or otherwise cached publicly. Notes contain only the text you type; Toobie does not store YouTube transcript text or other copyrighted material in your notes.
Retention: A note is retained until you delete it or delete your account. Deleting a note removes it from our server. Deleting your account removes all of your notes (see Section 10).
3.7 Client-Side Storage (Your Device)
Toobie uses the Chrome `storage.local` API to store data on your device:
- Auth token and cached session -7-day TTL, until you sign out
- Theme preference -your selected theme (light, dark, or Pro theme)
- Extension enabled/disabled state -whether Toobie is active
- Cached video sections -AI-generated analysis for recently viewed videos (7-day TTL)
- Remote configuration -YouTube DOM selectors and CSS rules for rendering (24-hour TTL)
- Video queue and bookmarks -videos you've saved or queued
- Per-video note draft -an in-progress copy of the note you are editing for a video, stored under a key with the prefix toobie_note_draft_ for instant and offline editing before it syncs to the server
- Synced note copies -a local copy of each of your saved notes (content and title) so notes open instantly and remain available offline
- Ask conversation history -your questions and the assistant's answers about a video, saved so a conversation is there when you return to it. Stored for the 10 most recent videos, capped at the 24 most recent messages per video, and cleared automatically 14 days after the last message. This history stays on your device, is never sent to Toobie's servers, and never includes the video's transcript. You can remove a conversation at any time with the Clear conversation control.
- Library bookkeeping -small housekeeping records such as your recently used folders and the list of saved videos waiting to be indexed
- Watch position mirror -a local copy of the resume position for videos saved to your Library (kept for the 40 most recently watched), so playback resumes instantly on this device
- Focus session state and settings -the live state of a running focus session (kept on this device) and a local copy of your focus settings, which also sync to your account
- Selector health diagnostics -data about whether YouTube's DOM structure has changed
All client-side data is stored locally on your device and is never transmitted to our servers except the auth token (required for authenticated API requests), your anonymous installation ID (sent with API requests but not currently read or acted on by our servers), and the data that syncs to your account by design: your notes, Library contents, watch positions for saved videos, and synced preferences, each as described in this section.
3.8 Feedback Submissions
If you submit feedback through our feedback form, we collect the email address you provide, the feedback category you select, and the message you write.
- What we collect: Your email address, the category (bug report, feature request, or general feedback), and your message text.
- How we use it: We email your submission to our team so we can read and act on it, and we send you a one-time acknowledgement that we received it. If your message needs a reply, we use your email address to follow up.
- Retention: Feedback is delivered by email only. We do NOT store your email address or message text in any database. Once the notification and acknowledgement emails are sent, the submission exists only in the relevant email inboxes.
Uninstall survey: If you fill out the optional survey shown after uninstalling the extension, we store the reason you select and any comment you write in our database. The survey is anonymous by design: we do not store your name, email address, account ID, installation ID, IP address, or browser details with your response, and we have no way to link a response back to you.
3.9 Saved Videos (Library)
Toobie's Library lets you save videos to revisit later. The Library requires a Toobie account: saved videos are associated with your account so they are available to you across devices. When you save a video to your Library, we store:
- Video ID: the YouTube video identifier
- Title and channel name: the video's title and the name of the channel that published it
- Thumbnail URL: a link to the video's thumbnail image on YouTube's servers (a pointer, not the image itself)
- Duration: the length of the video
- View count and upload date: the video's public view count and publish date, captured on your device at the time you save the video
- Video description snapshot: a copy of the creator's public video description, captured from the YouTube page on your device at the time you save the video and truncated to the first 1000 characters. This is the creator's text, not text written by Toobie, and we attribute it as the creator's description where it is shown. We do not retrieve it from the YouTube Data API; it is read from the page you are viewing.
- Watch position: the last playback position for the video, so that opening it again resumes where you left off and your Library can show how much of it you have watched. The position updates while you watch a saved video and is recorded whenever you are signed in, including when Toobie's focus view is switched off. We store a position only for videos you have saved to your Library, never a general log of what you watch on YouTube.
Library data is synced to and stored on Toobie's server (a Postgres database). It is private to you (associated with your account), is never shared with other users, and is never served from a content delivery network or otherwise cached publicly.
Retention: A saved video and its stored details, including the description snapshot and watch position, are retained until you remove the video from your Library. Removing a video from your Library deletes its stored details from our server. Deleting your account removes all of your Library data (see Section 10).
3.10 Data We Do NOT Collect
- Browsing history beyond YouTube
- Raw YouTube transcript text
- Credit card numbers, CVV codes, or billing addresses
- Camera, microphone, or location data
- Data from other websites or browser extensions
- Marketing analytics or tracking pixels (we do not use Google Analytics, Segment, or similar services)
- Cookies for tracking or advertising purposes
4. How We Use Your Data
We use the data we collect for the following specific purposes:
- To provide and operate the Service: Authenticating your account, processing videos, generating AI-powered section labels and descriptions, enabling semantic search, applying your theme preferences, resuming saved videos where you left off, and delivering the distraction-free overlay.
- To process payments: Creating your Stripe customer account, managing your subscription, and facilitating billing through Stripe.
- To maintain and secure the Service: Monitoring for abuse, preventing unauthorized access, diagnosing technical issues, and ensuring YouTube DOM compatibility via selector health checks.
- To communicate with you: Sending magic link sign-in emails, subscription confirmations, subscription resumption notices, payment failure notices, cancellation confirmations, plan change confirmations, renewal reminders, feedback acknowledgements, and material service or policy change notifications. We do NOT send marketing or promotional emails.
- To respond to feedback: When you submit feedback, we use your email address and message to acknowledge receipt and to follow up if a reply is needed. We do not store feedback content after the emails are sent (see Section 3.8).
- To comply with legal obligations: Responding to lawful requests from authorities, enforcing our Terms of Service, and meeting regulatory requirements.
We do NOT use your data for advertising, user profiling, cross-site tracking, or sale to third parties.
5. Third-Party Services
Toobie integrates with the following third parties. Each has its own privacy policy:
5.1 Stripe (Payment Processing)
What we share: Email address, user ID, subscription plan preference.
What Stripe collects: Stripe handles all payment card data directly using PCI-DSS Level 1 security. We never access card numbers or billing details.
Stripe's Privacy Policy: https://stripe.com/privacy
5.2 Google OAuth (Authentication)
What we share: Redirect URI, OAuth scopes (openid, email, profile).
What Google returns: Identity tokens containing your email, name, and profile picture.
Google's Privacy Policy: https://policies.google.com/privacy
5.3 LLM Processors (AI Processing)
What we share: Section text from video transcripts (for classification and labeling). If you use the Ask feature, your chat messages and the transcript of the video you are asking about are sent to the LLM provider to generate a response; chat conversations are not stored on our servers. Your email and authentication data are NOT shared with LLM providers.
How it's used: To generate section labels, summaries, and descriptions, to classify promotional segments, and to answer your Ask questions. Toobie currently uses Google Gemini (labeling and chat) and OpenAI (promo classification), with Anthropic Claude as a cross-provider fallback. The active providers are configurable and may change as model availability and quality evolve.
Important: We use the providers' APIs (not their consumer chat products) and rely on each provider's data-handling commitments for API inputs. Please refer to each provider's data usage policies for current details.
Google Gemini API Privacy: https://ai.google.dev/gemini-api/terms
OpenAI API Privacy: https://openai.com/policies/api-data-usage-policies
Anthropic Privacy Policy: https://www.anthropic.com/legal/privacy
5.4 Resend (Transactional Email)
What we share: Email address only, for magic link sign-in and transactional emails (subscription confirmations, subscription resumption notices, payment failure notices, cancellation confirmations, plan change confirmations, renewal reminders, feedback acknowledgements).
Important: Resend sends transactional emails only. We do NOT use Resend for marketing or promotional emails.
Resend's Privacy Policy: https://resend.com/legal/privacy-policy
5.5 YouTube API Services
What we access: Video search runs primarily through YouTube's InnerTube API directly from your own browser session on youtube.com; if that client-side search fails, our servers fall back to the YouTube Data API v3. Transcript extraction uses the YouTube InnerTube Player API (client-side). We send video IDs and search queries to YouTube's APIs. No personal user data (email, name, auth tokens) is sent to YouTube through Toobie.
Important: When you use Toobie, you are also bound by the YouTube Terms of Service and Google's Privacy Policy. Google may collect data about your YouTube usage according to Google's Privacy Policy.
Revoking YouTube API access: You can revoke Toobie's access to YouTube API Services at any time by visiting your Google Account Permissions page and removing Toobie from the list of connected apps.
5.6 Jina AI (Vector Embeddings)
What we share: Section text derived from video transcripts, and the search queries you type into semantic search, sent to the Jina AI embeddings API to generate the numerical vector embeddings that power semantic search. No personal data (email, name, IP address, auth tokens) is sent to Jina.
Jina's Privacy Policy: https://jina.ai/legal/#privacy-policy
5.7 SponsorBlock (Sponsor Segment Data)
What we share: When our servers process a video, they send its YouTube video ID to the crowdsourced SponsorBlock API to retrieve community-reported sponsor segment timestamps. The extension also queries SponsorBlock directly from your device using a privacy-preserving lookup: it sends only the first four characters of a cryptographic hash (SHA-256) of the video ID, so the request contents do not reveal which specific video you are watching. As with any request made from your browser, SponsorBlock's servers can see your IP address. No account data is ever sent to SponsorBlock.
SponsorBlock: https://sponsor.ajay.app
5.8 Infrastructure & Logging
Toobie runs on the following infrastructure providers, which process data on our behalf: Railway (application hosting, United States), Neon (PostgreSQL database, encrypted at rest), and a hosted Redis instance (job queue; transcript text transits Redis transiently during processing and is not retained there). Server logs (request metadata such as request IDs, routes, video IDs, timings, and error details -not transcript text or chat content) may be shipped to Axiom for operational monitoring and diagnostics.
6. Legal Compliance
6.1 GDPR (European Union / European Economic Area)
If you are located in the EU or EEA, the following applies:
- Legal basis for processing: Contract (to provide Toobie services), Legitimate Interest (to improve Toobie and prevent abuse), and Consent (where required by you).
- Your rights: You have the right to access, correct, delete, restrict processing, data portability, and object to processing of your personal data.
- Supervisory authority: You have the right to lodge a complaint with your local data protection authority.
- International transfers: Toobie is based in the United States and uses US-based infrastructure (Railway). Your data is transferred to and processed in the US, which may have different data protection laws than your home country. Where our processors transfer data internationally, we rely on their data processing agreements, which incorporate Standard Contractual Clauses (SCCs) or other appropriate safeguards as required by GDPR Chapter V.
- Data Protection Officer: TwinBruhs LLC is a small company and has not designated a DPO, as one is not required for our processing activities under GDPR Article 37.
To exercise any of these rights, contact us at admin@toobie.app.
6.2 CCPA / CPRA (California Residents)
If you are a California resident, the California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA) provide you with specific rights:
- Right to know: You can request what personal information we collect, use, share, and sell, including the categories of sources from which PI was collected and the business purpose for collecting it.
- Right to delete: You can request deletion of personal information (subject to certain exceptions such as legal compliance or completing a transaction).
- Right to correct: You can request we correct inaccurate personal information we maintain about you.
- Right to opt-out of sale/sharing: You can opt-out of the sale or sharing of your personal information. Toobie does NOT sell or share personal information and has not done so in the preceding 12 months.
- Right to limit use of sensitive PI: You can direct us to limit the use and disclosure of sensitive personal information. Toobie does not collect sensitive personal information as defined by CPRA (e.g., Social Security number, financial account credentials, precise geolocation, racial/ethnic origin, biometric data).
- Non-discrimination: We will not discriminate against you for exercising your CCPA/CPRA rights. You will not receive different pricing, quality of service, or access levels.
Categories of PI collected in the preceding 12 months: Identifiers (email, name, profile picture URL, installation ID), Internet or electronic network activity (IP address and user agent), commercial information (subscription plan and status), user-generated content (video notes and library organization data), and inferences (AI-generated video analysis data associated with video IDs, not individual users).
Sources of PI: Directly from you (account registration, preferences), automatically (session data, installation ID), and from third parties (Google OAuth profile data).
Business purposes: Providing the Service, processing payments, improving search quality, security and fraud prevention, and legal compliance.
How to submit a request: Email us at admin@toobie.app with your request. Include "California Privacy Request" in the subject line. We will verify your identity by email confirmation and respond within 45 calendar days (extendable by an additional 45 days with notice). You may also designate an authorized agent to make a request on your behalf.
Financial incentives: Toobie does not offer financial incentives related to the collection, sale, or deletion of personal information.
6.3 COPPA (Children's Online Privacy Protection Act)
Toobie is not directed to children under 13 years old. We do not knowingly collect personal information from children under 13. If we discover that we have collected information from a child under 13, we will promptly delete it. If a parent or guardian believes their child has provided information to Toobie, they should contact us immediately at admin@toobie.app.
6.4 Chrome Web Store Limited Use Policy
Toobie complies with the Chrome Web Store Limited Use Policy:
- Single purpose: Toobie is a distraction-free YouTube experience tool. All data processing is directly necessary to provide this single purpose.
- No sale of data: We do not sell user data or personal information.
- No advertising use: We do not use data for advertising, marketing, or third-party advertising networks.
- No transfer to brokers: We do not transfer data to data brokers or data resellers.
- No user identification: We do not attempt to identify users across different websites or extensions.
6.5 Additional US State Privacy Laws
Residents of Virginia, Colorado, Connecticut, Texas, Oregon, and other US states with comprehensive privacy laws may have additional rights, including the right to access, correct, delete, and obtain a copy of their personal data, the right to opt out of the processing of personal data for targeted advertising or profiling, and the right to appeal a denial of a privacy request. Toobie does not engage in targeted advertising, does not sell personal data, and does not profile users for decisions that produce legal or similarly significant effects.
To exercise any state privacy rights, contact us at admin@toobie.app with the subject line "State Privacy Request" and include your state of residence.
6.6 YouTube API Services Disclosure
Toobie uses YouTube API Services. Your use of these services is subject to YouTube's Terms of Service and Google's Privacy Policy. When you use Toobie:
- Google may collect information about your YouTube activity according to Google's Privacy Policy.
- Your data is processed according to Google's data processing terms.
- Toobie is responsible for handling data in compliance with these terms.
7. Data Retention
We retain data for different periods depending on the type:
- Session data: Retained until session expiration or you log out. Typically 30 days of inactivity.
- Account data: Retained while your account is active. Deleted upon account deletion request (except as required by law).
- Video analysis data: Retained indefinitely per video (labels, summaries, embeddings). This is a shared, per-video cache that is not linked to your account and contains no personal data, so it is not removed by account deletion. You may request removal of a specific video's analysis by contacting us.
- Notes: Retained until you delete the note or delete your account.
- Saved videos (Library): Retained, including the video description snapshot, until you remove the video from your Library. Deleting your account removes all of your Library data.
- Client-side cached data: Automatic expiration per TTL (7 days for sections/token, 24 hours for config).
- Uninstall survey responses: Retained in anonymous form (no account, installation, or network identifiers) to guide product improvements.
- Logs and diagnostics: Retained for up to 30 days, then deleted.
8. Data Security
We implement industry-standard security measures to protect your data:
- HTTPS encryption: All data in transit is encrypted using TLS 1.2 or higher.
- Bearer token authentication: API requests use secure bearer tokens stored in chrome.storage.local on your device.
- Stripe PCI compliance: Payment data is handled by Stripe, which maintains PCI-DSS Level 1 certification.
- OAuth best practices: Google OAuth uses secure OIDC flows and token storage.
- Database encryption: Data at rest on Neon PostgreSQL is encrypted.
- No client-side analytics: We do not load tracking pixels or analytics libraries that could log requests.
While we implement strong security measures, no method of electronic transmission or storage is 100% secure. We cannot guarantee absolute security of your data.
Data breach notification: In the event of a data breach that affects your personal information, we will notify you and any applicable regulatory authorities as required by law. For EU/EEA users, we will notify the relevant supervisory authority within 72 hours of becoming aware of a breach (as required by GDPR Article 33) and will notify affected individuals without undue delay where the breach is likely to result in a high risk to their rights and freedoms. For US users, we will comply with applicable state breach notification laws, which generally require notification within 30 to 60 days.
9. Automated Decision-Making
Toobie uses automated processing in the following ways:
- Promo/sponsor detection: Our AI automatically classifies video sections as "content" or "promo" using large language models with a confidence score. This classification determines whether the auto-skip feature (if enabled by the user) will skip a section. This does not produce legal effects or similarly significant effects on you -it only affects video playback navigation.
- Section labeling and summarization: AI generates labels and summaries for video sections. These are informational and do not affect your access to any content.
- Semantic search ranking: Search results within videos are ranked by vector similarity. This is a content discovery feature with no impact on your rights or access.
None of Toobie's automated processing is used to make decisions about your account access, pricing, creditworthiness, employment, or any other purpose that produces legal or similarly significant effects. You have the right to request human review of any automated classification by contacting admin@toobie.app.
10. Your Rights & Data Deletion
10.1 How to Delete Your Account
To delete your Toobie account, email admin@toobie.app with the subject line "Account Deletion Request" from the email address associated with your account. We use the sending address to verify your identity, so if you write from a different address we will ask you to resend the request from your account email. We will confirm receipt promptly and complete the deletion within 30 days.
Account deletion is permanent and cannot be undone.
10.2 What Gets Deleted When You Delete Your Account
When you delete your account, the following data is removed:
- Your account (email, name, profile picture)
- All sessions and authentication tokens (including stored Google OAuth tokens)
- Stripe subscription information (we notify Stripe to cancel billing)
- Your association with any processed videos. (The AI-generated video analysis cache itself -section labels, summaries, embeddings -is shared per video, is not linked to any account, and contains no personal data, so it is retained; see Section 7.)
- All of your notes (account deletion cascades to remove every note keyed to your account)
- All of your saved Library videos and their stored details, including the video description snapshots (account deletion cascades to remove every Library item keyed to your account)
- User preferences and settings
Deletion may take up to 30 days to fully propagate across our systems. Stripe retains subscription history for their own legal and tax obligations.
10.3 Deleting Notes
You can delete any note you have written at any time from within the Toobie extension. Deleting a note removes it from Toobie's server. You do not need to delete your account to remove a note. If you delete your account, all of your notes are removed automatically as part of account deletion (see Section 10.2).
10.4 Managing Extension Data
You can clear all Toobie data stored locally on your device at any time:
- Open Chrome and navigate to chrome://extensions
- Find Toobie and click "Details"
- Click "Clear data" under the storage section
Alternatively, uninstalling the Toobie extension will automatically remove all locally stored data.
10.5 Other Privacy Requests
For access, correction, data portability, or other privacy requests, contact us at admin@toobie.app with details of your request. Please include your account email address so we can verify your identity. We will acknowledge receipt promptly and respond substantively within 30 days (GDPR) or 45 days (CCPA), with extensions as permitted by law.
11. Cookies & Storage
11.1 How We Use Cookies
Toobie uses the following storage methods:
- Session cookies (Better Auth): Essential cookies set on www.toobie.app when you sign in on our website (for example, to manage your Pro subscription), used to maintain your authenticated session. Expires when you log out or after 30 days of inactivity. The extension itself does not use cookies; it authenticates with a bearer token stored on your device.
- Chrome storage.local: Local storage on your device for theme, auth token, cached sections, preferences, and watch positions for saved videos. Not transmitted except for API requests and the account syncing described in Section 3.
11.2 Tracking Cookies & Pixels
Toobie does NOT use:
- Google Analytics or similar analytics services
- Tracking pixels or web beacons
- Third-party advertising cookies
- Social media tracking (Facebook, Twitter, etc.)
12. Do Not Track Disclosure
Some web browsers transmit "Do Not Track" (DNT) signals. Because there is no uniform standard for interpreting DNT signals, Toobie does not currently respond to DNT browser signals. However, Toobie does not track users across third-party websites, does not use advertising cookies or tracking pixels, and does not engage in cross-context behavioral advertising regardless of your DNT setting.
13. International Data Transfers
Toobie is operated by TwinBruhs LLC, a US-based company, and uses US-based infrastructure (Railway hosting, Neon PostgreSQL database). All data processing occurs in the United States.
If you are located outside the United States:
- Your data will be transferred to the United States for processing.
- US data protection laws may differ from your home country.
- By using Toobie, you consent to this transfer and processing.
For GDPR compliance, where international data transfers occur, Toobie relies on its processors' data processing agreements, which incorporate the Standard Contractual Clauses (SCCs) or other appropriate safeguards, as the mechanism for lawful international data transfers.
14. Changes to This Privacy Policy
We may update this Privacy Policy from time to time to reflect changes in our practices, technology, legal requirements, or other factors. We will notify you of material changes by:
- Posting the updated policy on https://www.toobie.app/privacy
- Updating the "Effective Date" at the top of this policy
- Sending you an email notification (if the change is material)
Your continued use of Toobie after changes become effective constitutes your acceptance of the updated Privacy Policy. If you do not agree with changes, you may delete your account.
15. Contact Us
If you have questions, requests, or concerns about this Privacy Policy or our privacy practices, please contact us:
TwinBruhs LLC (d/b/a Toobie)
Email: admin@toobie.app
Phone: +1 803-619-0194
Location: North Carolina, United States
We aim to respond to all privacy requests within 7 business days.
16. Acknowledgments
Toobie respects YouTube's Terms of Service and intellectual property. We do not claim ownership of YouTube content, transcripts, or copyrighted material. All data processing is designed to comply with YouTube's policies and applicable laws.