FactCheckIt — Privacy Policy
Last updated: February 12, 2026
Overview
FactCheckIt is a Chrome extension that extracts content from webpages and YouTube videos and copies a fact-checking or product-validation prompt to your clipboard. This policy explains what data the extension accesses and how it is handled.
Data We Access
When you click the extension button, use the keyboard shortcut, or right-click selected text, FactCheckIt accesses the following data from the currently active tab:
- Webpage text content — the visible text of the page you are viewing, extracted from the DOM.
- YouTube video transcripts — if you are on a YouTube video page, the extension retrieves the video's transcript using YouTube's own internal transcript API.
- Page metadata — the page title, URL, and (for YouTube videos) the channel name, duration, and publish date.
- Selected text — if you use the right-click context menu, only the text you have selected is used.
Data We Store
- User preferences — your chosen default language setting is stored locally using Chrome's built-in
chrome.storage.sync API. This data syncs across your Chrome browsers if you are signed into Chrome, and is never sent to us or any third party.
Data We Do NOT Collect or Transmit
- We do not send any webpage content, transcript data, or personal information to any external server.
- We do not use analytics, tracking, or telemetry of any kind.
- We do not collect browsing history, IP addresses, or device information.
- We do not store or cache any extracted page content. Once copied to your clipboard, the data exists only in your clipboard.
Clipboard Usage
The extension copies a fact-checking or product-validation prompt to your clipboard only when you explicitly click a button, use the keyboard shortcut, or use the right-click context menu. It never accesses or modifies your clipboard without your direct action.
YouTube Transcript Access
When you use the extension on a YouTube video page, it communicates directly with YouTube's servers to retrieve the video transcript. This is a YouTube-to-YouTube request made from your browser — the transcript data is never sent to any other server.
Permissions Explained
- activeTab — allows the extension to read the content of the tab you are currently viewing, only when you activate the extension.
- storage — allows the extension to save your preferences locally.
- clipboardWrite — allows the extension to copy the generated prompt to your clipboard.
- scripting — allows the extension to inject the content extraction script into the active tab.
- contextMenus — allows the extension to add "Fact Check Selection" and "Validate Selection" options to the right-click menu.
- Host permissions for youtube.com — required to fetch YouTube video transcripts.
Third-Party Services
FactCheckIt does not integrate with or send data to any third-party services. The prompt it copies to your clipboard is intended for you to paste into an AI chatbot of your choosing — but that action is entirely under your control and outside the scope of this extension.
Changes to This Policy
If we update this privacy policy, we will revise the "Last updated" date at the top of this page.
Contact
If you have questions about this privacy policy, you can reach us by opening an issue on our GitHub repository.