# Privacy Policy — Facebook For You _Last updated: 2026-05-09_ ## Summary Facebook For You does not collect, transmit, sell, share, or store any personal data on any external server. All processing happens locally in your browser. ## What the extension accesses To filter the Facebook News Feed, the content script reads the visible DOM of pages on `*://*.facebook.com/*`. It looks for structural markers (such as `data-ad-rendering-role`, `aria-label`, and visible "Follow" buttons) to decide which posts to hide. It does not read your messages, account information, photos, or any private content beyond what is already rendered on the page you are viewing. ## What the extension stores Your toggle preferences (master on/off and per-category toggles) are stored using Chrome's `chrome.storage.sync` API. This stores the data in your own Google account so the same settings appear on other browsers where you are signed in. The data never leaves Chrome's storage system. The author has no access to it. The values stored are booleans only — for example `{ enabled: true, sponsored: true, stories: false, ... }`. No identifiers, no content, no browsing history. ## What the extension does NOT do - No analytics or telemetry. - No external HTTP requests. - No tracking pixels. - No reading or transmission of post content, messages, contacts, or authentication tokens. - No advertising. ## Permissions justification - `storage` — to remember your toggle preferences across sessions. - `host_permissions: *://*.facebook.com/*` — to inject the filter script into Facebook pages. The extension does nothing on any other site. ## Third parties The extension contains a "Buy me a coffee" link in the popup that points to `https://buymeacoffee.com/miklaop`. Clicking it opens that page in a new tab — the extension itself sends nothing. Whatever happens after the click is governed by Buy Me a Coffee's own privacy policy. ## Changes If this policy changes, the updated version will be published in this repository and the "Last updated" date above will change. Material changes will be noted in the extension release notes on the Chrome Web Store. ## Contact For privacy questions: mikla.op@gmail.com