Last updated: March 15, 2026
Published copy (HTTPS, for users & store listing):
https://pagespeed-cz.github.io/Core-Web-Vitals-LIVE/privacy-policy.html
Maintainers:
docs/privacy-policy.htmlis generated from this file when you runnpm run build,npm run zip, ornpm run privacy-page. Edit policy text only here. The popup “Privacy policy” link useslib/privacy-policy-url.ts— keep that URL in sync with GitHub Pages.
Core Web Vitals Live is a browser extension that measures and displays real-time Core Web Vitals (LCP, INP, CLS) performance metrics for webpages you visit. Your privacy is important to us, and this policy explains what data the extension accesses and how it is used.
Core Web Vitals Live does not collect, transmit, or share any personal data. All data stays on your device.
| Data | Purpose | Storage |
|---|---|---|
| Performance metrics (LCP, INP, CLS, FCP, TTFB) | Displayed in the HUD overlay, popup, and toolbar badge | Kept in memory and chrome.storage.local (per-tab, cleared on tab close) |
| User preferences (toggle settings, HUD position) | Remembering your configuration | chrome.storage.sync (synced across your Chrome devices via your Google account) |
| Active tab URL and status | Updating the toolbar badge for the current tab | Not stored |
| Permission | Why it is needed |
|---|---|
activeTab |
Access performance data on the tab you are viewing |
tabs |
Update the toolbar badge to reflect the current tab's metrics |
storage |
Save your preferences and per-tab metric snapshots |
debugger |
Optionally throttle CPU or network speed to simulate slower devices (DevTools protocol) |
The debugger permission is used solely for performance throttling simulation. It is never used to read, intercept, or modify network traffic or page data.
The extension does not contact any third-party services automatically. If you click an external link in the UI (for example the project website link), your browser will navigate to that site as usual.
storage.local only while the tab is open; they are removed when the tab is closed.storage.sync and persist until you change or remove them.If this policy is updated, the new version will be published at the same URL and the "Last updated" date will be revised.
If you have questions about this privacy policy, please open an issue on the project's GitHub repository.
This file is generated from PRIVACY_POLICY.md by npm run privacy-page (also run automatically before npm run build and npm run zip). Do not edit docs/privacy-policy.html by hand.